ploteries.figure_handler.scalars_figure_handler¶
Classes
|
scale_lightness: [0,1] |
|
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()andwrite_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.