class documentation
Known subclasses: fiftyone.core.plots.base.ResponsivePlot
, fiftyone.core.plots.plotly.PlotlyNotebookPlot
Base class for all plots.
Method | freeze |
Freezes the plot, replacing it with a static image. |
Method | save |
Saves the plot. |
Method | show |
Shows the plot. |
Property | is |
Whether this plot is currently frozen. |
Method | _repr |
Undocumented |
overridden in
fiftyone.core.plots.base.ResponsivePlot
, fiftyone.core.plots.plotly.PlotlyNotebookPlot
Freezes the plot, replacing it with a static image.
Only applicable in notebook contexts.
overridden in
fiftyone.core.plots.matplotlib.InteractiveMatplotlibPlot
Saves the plot.
Parameters | |
path | the path to write the plot |
**kwargs | subclass-specific keyword arguments |
overridden in
fiftyone.core.plots.base.ResponsivePlot
, fiftyone.core.plots.plotly.PlotlyNotebookPlot
Shows the plot.
Parameters | |
**kwargs | subclass-specific keyword arguments |
overridden in
fiftyone.core.plots.base.ResponsivePlot
, fiftyone.core.plots.plotly.PlotlyNotebookPlot
Whether this plot is currently frozen.