PlotlyFigure

class PlotlyFigure(fig, modebar=False)[source]

A simple wrapper around Plotly Figure class.

Allows the figures to be more or less drop in replacements for Matplotlib Figures, e.g. savefig is a method here.

Methods

PlotlyFigure.savefig(filename[, figsize, …])

Save the figure.

PlotlyFigure.show(*args, **kwargs)

Display the figure.