ploteries.figure_handler.scalars_figure_handler

Classes

Colors([name, increase_lightness])

scale_lightness: [0,1]

ScalarsFigureHandler(data_store, name, ...)

Instantiates a new figure handler.

class ploteries.figure_handler.scalars_figure_handler.ScalarsFigureHandler(data_store, name: str, figure_dict, decoded_data_def=None)

Instantiates a new figure handler. Note that this does not read or write a figure handler from the data store (use methos from_name() and write_def() for this purpose).

Parameters:

figure_dict – Dictionary representation of a plotly figure containing placeholder values of type ploteries.data_store.Ref_ that will be replaced by data from the store when building the figure.

Todo

Example.