pttools.analysis.plot_plotly

Base class for plotting with Plotly

Classes

class pttools.analysis.plot_plotly.PlotlyPlot

Bases: ABC

Base class for plotting with Plotly

abstract create_fig()
fig()
Return type:

Figure

save(path)
Parameters:

path (str)

Return type:

None

show()
Return type:

None