gemseo / post / dataset

zvsxy module

ZvsXY plot

A ZvsXY plot represents the variable \(z\) with respect to \(x\) and \(y\) as a surface plot, based on a set of points :points \(\{x_i,y_i,z_i\}_{1\leq i \leq n}\). This interpolation is relies on the Delaunay triangulation of \(\{x_i,y_i\}_{1\leq i \leq n}\)

class gemseo.post.dataset.zvsxy.ZvsXY(dataset)[source]

Bases: gemseo.post.dataset.dataset_plot.DatasetPlot

Plot surface z versus x,y.

Constructor.

Parameters

dataset (Dataset) – dataset