Skip to content

ordeq_plotly_express

PlotlyExpressFigure dataclass

Bases: Output[Figure]

IO to save Plotly Express Figures.

Example usage:

>>> from pathlib import Path
>>> from ordeq_plotly_express import PlotlyExpressFigure
>>> my_figure = PlotlyExpressFigure(
...     path=Path("path/figure.html")
... )

Parameters:

Name Type Description Default
path PathLike

output file path

required