bokeh_crossplot
¶
Author: Wayne Mogg Copyright: dGB Beheer BV Date: June 2020
Module Contents¶
Classes¶
Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Attributes¶
- bokeh_crossplot.undef = 1e+30¶
- bokeh_crossplot.survargs¶
- bokeh_crossplot.wellnm = None¶
- bokeh_crossplot.welllogs = 0¶
- class bokeh_crossplot.LogRangeWidget(well, width=250, title='Extract over: ')¶
- show(self, yn)¶
- reset(self)¶
- rangeTypeChg(self, attr, old, new)¶
- depthChg(self, attr, old, new)¶
- class bokeh_crossplot.ColorMapWidget(title='Color Map')¶
- class bokeh_crossplot.CrossplotLogTracks(well, logs, width=300)¶
- _inittrack(self)¶
- _init_logs(self, logs)¶
- _init_markers(self)¶
- resetCB(self, ev)¶
- addLog(self, lognm, logtype='xlog')¶
- updateLog(self, lognm, logtype)¶
- showLog(self, logtype, yn)¶
- show_markers(self, show)¶
- _init_log_props(self)¶
- _init_track_props(self)¶
- linedash2str(self, linedash)¶
- apply_track_props(self, track)¶
- class bokeh_crossplot.Crossplot(well, lognms)¶
- _initui(self, lognms)¶
- _init_props(self)¶
- resetCB(self, ev)¶
- updateTitle(self)¶
- updateTooltips(self)¶
- setLogs(self, lognms)¶
- set_xlog(self, lognm)¶
- set_ylog(self, lognm)¶
- set_xhistogram(self, lognm)¶
- set_yhistogram(self, lognm)¶
- set_colormap(self, cmap)¶
- set_sizemap(self, szmap)¶
- set_colorlog(self, lognm)¶
- set_sizelog(self, lognm)¶
- show_regression(self, show, selectedonly=False)¶
- set_regression(self, selectedonly=False)¶
- bokeh_crossplot.update_xlog(attr, old, new, track, controls, xplot)¶
- bokeh_crossplot.update_ylog(attr, old, new, track, controls, xplot)¶
- bokeh_crossplot.update_colorlog(attr, old, new, track, controls, xplot)¶
- bokeh_crossplot.update_sizelog(attr, old, new, track, controls, xplot)¶
- bokeh_crossplot.update_colormap(attr, old, new, xplot)¶
- bokeh_crossplot.update_sizemap(attr, old, new, xplot)¶
- bokeh_crossplot.update_markers(attr, old, new, track, controls)¶
- bokeh_crossplot.update_regression(attr, old, new, controls, xplot)¶
- bokeh_crossplot.view_change(attr, old, new, controls, xplot)¶
- bokeh_crossplot.sel_change(attr, old, new, controls, xplot)¶
- bokeh_crossplot.crossplot_app(doc)¶
- bokeh_crossplot.main()¶