plot_factory_factory module¶
A factory of factories of plots.
- class gemseo.post.dataset.plot_factory_factory.PlotFactoryFactory[source]
Bases:
BaseFactoryA 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.
MatplotlibPlotFactoryfor matplotlib-based plots andPlotlyPlotFactoryfor plotly-based plots.PlotsFactoryFactoryis used to create any factory of plots. This mechanism is used byDatasetPlotby associating one plot engine per file format.- Return type:
Any