curves module¶
Draw curves from a Dataset
.
A Curves
plot represents samples of a functional variable
\(y(x)\) discretized over a 1D mesh. Both evaluations of \(y\)
and mesh are stored in a Dataset
, \(y\) as a parameter
and the mesh as a misc.
- class gemseo.post.dataset.curves.Curves(dataset, mesh, variable, samples=None)[source]
Bases:
DatasetPlot
Plot curves y_i over the mesh x.
- Parameters:
- Raises:
ValueError – If the dataset is empty.
Examples using Curves¶
Burgers dataset