gemseo / post / dataset

curves module

Curve plot

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 metadata.

class gemseo.post.dataset.curves.Curves(dataset)[source]

Bases: gemseo.post.dataset.dataset_plot.DatasetPlot

Plot curves y_i over the mesh x.

Constructor.

Parameters

dataset (Dataset) – dataset