noggin.plotter.LivePlot.to_dict¶
-
LivePlot.to_dict()[source]¶ Records the state of the plotter in a dictionary.
This is the inverse of
from_dict()Returns: - Dict[str, Any]
Notes
To save your plotter, use this method to convert it to a dictionary and then pickle the dictionary.