class documentation

A wrapper around a Plotly plot for Jupyter notebook contexts that allows it to be replaced with a screenshot by calling freeze.

Parameters
figurea plotly:plotly.graph_objects.Figure
Method __init__ Undocumented
Method freeze Freezes the plot, replacing it with a static image.
Method show Shows the plot.
Method update_layout Updates the layout of the plot.
Property is_frozen Whether this plot is currently frozen.
Method _make_widget Undocumented
Method _reopen Undocumented
Instance Variable _figure Undocumented
Instance Variable _frozen Undocumented
Instance Variable _widget Undocumented

Inherited from PlotlyWidgetMixin:

Method save Saves the plot as an image or HTML.
Method _freeze Undocumented
Method _screenshot Undocumented
Method _show Undocumented
Method _update_layout Undocumented
Instance Variable _handle Undocumented

Inherited from Plot (via PlotlyWidgetMixin):

Method _repr_pretty_ Undocumented
def __init__(self, figure): (source)
def freeze(self): (source)

Freezes the plot, replacing it with a static image.

def show(self, **kwargs): (source)

Shows the plot.

Parameters
**kwargsoptional parameters for plotly:plotly.graph_objects.Figure.update_layout
def update_layout(self, **kwargs): (source)

Updates the layout of the plot.

Parameters
**kwargsvalid arguments for plotly:plotly.graph_objects.Figure.update_layout

Whether this plot is currently frozen.

def _make_widget(self): (source)

Undocumented

def _reopen(self): (source)

Undocumented

Undocumented

Undocumented