factory module¶
A factory to create instances of DatasetPlot
.
The module factory
contains the DatasetPlotFactory
class which is a factory to instantiate a DatasetPlot
from its class name. The
class can be internal to GEMSEO or located in an external module whose path is provided to
the constructor. It also provides a list of available cache types and allows you to test
if a cache type is available.
- class gemseo.post.dataset.factory.DatasetPlotFactory[source]
Bases:
BaseFactory
[DatasetPlot
]This factory instantiates a
DatasetPlot
from its class name.- Return type:
Any