stanza.logger.writers.bokeh_writer
Data writer for live plotting with Bokeh.
Module Contents
Classes
Data
__all__
API
Bases: stanza.logger.writers.base.AbstractDataWriter
Stream sweep data to Bokeh plots.
Initialization
Parameters:
Parameters:
- backend: ServerBackend or InlineBackend instance
- max_points: Maximum points per plot (older data rolls off for 1D)
Start of new session.
Write single measurement (not used for plotting).
Stream sweep data to plot.
Create 1D line plot.
Create 2D heatmap using rect glyph.
Stream 1D data to line plot.
Stream 2D data to heatmap.
Flush any pending updates.
End of session.
Value: ['BokehLiveWriter']

