gemseo / post / dataset

Show inherited members

plot_factory_factory module

A factory of factories of plots.

class gemseo.post.dataset.plot_factory_factory.PlotFactoryFactory[source]

Bases: BaseFactory[PlotFactory[T]]

A factory of factories of plots.

A factory of plots is used to create plots from a visualization library, a.k.a. plot engine, e.g. MatplotlibPlotFactory for matplotlib-based plots and PlotlyPlotFactory for plotly-based plots.

PlotsFactoryFactory is used to create any factory of plots. This mechanism is used by DatasetPlot by associating one plot engine per file format.

Return type:

Any

failed_imports: dict[str, str]

The class names bound to the import errors.