:py:mod:`bokeh_plot_examples` ============================= .. py:module:: bokeh_plot_examples .. autoapi-nested-parse:: ============================================================ Cubelets Plotting GUI ============================================================ Author: Paul de Groot, Arnaud Huck Copyright: dGB Beheer BV Date: May 2020 License: GPL v3 @author: paul Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: bokeh_plot_examples.re_plot bokeh_plot_examples.survChgCB bokeh_plot_examples.collChgCB bokeh_plot_examples.loadCubeCB bokeh_plot_examples.attribChgCB bokeh_plot_examples.inlSliceCB bokeh_plot_examples.crlSliceCB bokeh_plot_examples.zSliceCB bokeh_plot_examples.colorPaletteCB bokeh_plot_examples.zoomFactorCB bokeh_plot_examples.exampleplot_app bokeh_plot_examples.main Attributes ~~~~~~~~~~ .. autoapisummary:: bokeh_plot_examples.exfilenm bokeh_plot_examples.palettelist .. py:data:: exfilenm :annotation: = .. py:data:: palettelist :annotation: = ['Inferno256', 'Viridis256', 'Turbo256', 'Greys256'] .. py:function:: re_plot(plotparams, gridcol) .. py:function:: survChgCB(plotparams, gridcol, collslider, cubeslider, attr, old, new) .. py:function:: collChgCB(plotparams, gridcol, cubeslider, attr, old, new) .. py:function:: loadCubeCB(plotparams, gridcol, attr, old, new) .. py:function:: attribChgCB(plotparams, gridcol, attr, old, new) .. py:function:: inlSliceCB(plotparams, gridcol, attr, old, new) .. py:function:: crlSliceCB(plotparams, gridcol, attr, old, new) .. py:function:: zSliceCB(plotparams, gridcol, attr, old, new) .. py:function:: colorPaletteCB(plotparams, gridcol, attr, old, new) .. py:function:: zoomFactorCB(plotparams, gridcol, attr, old, new) .. py:function:: exampleplot_app(doc) .. py:function:: main()