class documentation
class PlotlyInteractivePlot(PlotlyWidgetMixin, InteractivePlot): (source)
Known subclasses: fiftyone.core.plots.plotly.InteractiveHeatmap
, fiftyone.core.plots.plotly.InteractiveScatter
Constructor: PlotlyInteractivePlot(widget, **kwargs)
Base class for fiftyone.core.plots.base.InteractivePlot
instances with Plotly backends.
Parameters | |
widget | a plotly:plotly.graph_objects.FigureWidget |
**kwargs | keyword arguments for the
fiftyone.core.plots.base.InteractivePlot constructor |
Method | __init__ |
Undocumented |
Method | show |
Shows the plot. |
Method | update |
Updates the layout of the plot. |
Inherited from PlotlyWidgetMixin
:
Method | save |
Saves the plot as an image or HTML. |
Method | _freeze |
Undocumented |
Method | _screenshot |
Undocumented |
Method | _show |
Undocumented |
Method | _update |
Undocumented |
Instance Variable | _handle |
Undocumented |
Instance Variable | _widget |
Undocumented |
Inherited from InteractivePlot
(via PlotlyWidgetMixin
):
Static Method | recommend |
Recommends a link type for the given info. |
Method | register |
Registers a callback that can disconnect this plot from a SessionPlot connected to it. |
Method | register |
Registers a selection callback for this plot. |
Method | register |
Registers a callback that can sync this plot with a SessionPlot connected to it. |
Method | reset |
Resets the plot to its default state. |
Method | select |
Selects the points with the given IDs in this plot. |
Method | selection |
Undocumented |
Instance Variable | label |
Undocumented |
Property | init |
A fiftyone.core.collections.SampleCollection defining the initial view from which to derive selection views when points are selected in the plot. |
Property | selected |
A list of IDs of the currently selected points. |
Property | selection |
The current selection mode of the plot. |
Method | _register |
Undocumented |
Method | _register |
Undocumented |
Method | _register |
Undocumented |
Method | _select |
Undocumented |
Instance Variable | _disconnect |
Undocumented |
Instance Variable | _init |
Undocumented |
Instance Variable | _init |
Undocumented |
Instance Variable | _init |
Undocumented |
Instance Variable | _selection |
Undocumented |
Instance Variable | _selection |
Undocumented |
Instance Variable | _sync |
Undocumented |
Property | _selected |
Undocumented |
Inherited from ResponsivePlot
(via PlotlyWidgetMixin
, InteractivePlot
):
Method | connect |
Connects this plot, if necessary. |
Method | disconnect |
Disconnects the plot, if necessary. |
Method | freeze |
Freezes the plot, replacing it with a static image. |
Property | is |
Whether this plot is currently connected. |
Property | is |
Whether this plot is currently disconnected. |
Property | is |
Whether this plot is currently frozen. |
Property | supports |
Whether this plot supports automatic updates in response to session changes. |
Method | _connect |
Undocumented |
Method | _disconnect |
Undocumented |
Method | _reopen |
Undocumented |
Instance Variable | _connected |
Undocumented |
Instance Variable | _disconnected |
Undocumented |
Instance Variable | _frozen |
Undocumented |
Instance Variable | _link |
Undocumented |
Inherited from Plot
(via PlotlyWidgetMixin
, InteractivePlot
, ResponsivePlot
):
Method | _repr |
Undocumented |
overridden in
fiftyone.core.plots.plotly.InteractiveHeatmap
, fiftyone.core.plots.plotly.InteractiveScatter
Undocumented