bokeh_plot_examples

Author: Paul de Groot, Arnaud Huck Copyright: dGB Beheer BV Date: May 2020 License: GPL v3

@author: paul

Module Contents

Functions

re_plot(plotparams, gridcol)

survChgCB(plotparams, gridcol, collslider, cubeslider, attr, old, new)

collChgCB(plotparams, gridcol, cubeslider, attr, old, new)

loadCubeCB(plotparams, gridcol, attr, old, new)

attribChgCB(plotparams, gridcol, attr, old, new)

inlSliceCB(plotparams, gridcol, attr, old, new)

crlSliceCB(plotparams, gridcol, attr, old, new)

zSliceCB(plotparams, gridcol, attr, old, new)

colorPaletteCB(plotparams, gridcol, attr, old, new)

zoomFactorCB(plotparams, gridcol, attr, old, new)

exampleplot_app(doc)

main()

Attributes

exfilenm

palettelist

bokeh_plot_examples.exfilenm =
bokeh_plot_examples.palettelist = ['Inferno256', 'Viridis256', 'Turbo256', 'Greys256']
bokeh_plot_examples.re_plot(plotparams, gridcol)
bokeh_plot_examples.survChgCB(plotparams, gridcol, collslider, cubeslider, attr, old, new)
bokeh_plot_examples.collChgCB(plotparams, gridcol, cubeslider, attr, old, new)
bokeh_plot_examples.loadCubeCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.attribChgCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.inlSliceCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.crlSliceCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.zSliceCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.colorPaletteCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.zoomFactorCB(plotparams, gridcol, attr, old, new)
bokeh_plot_examples.exampleplot_app(doc)
bokeh_plot_examples.main()