xyzpy¶
Submodules¶
Functions¶
|
Plot y-data against x-data |
Package Contents¶
- xyzpy.plot(xs, ys=None, **kwargs)[source]¶
Plot y-data against x-data
If
ysis not given, the function treatsxsas y-data. It usesrange(xs.shape[-1])as x-data. The y-data can contain multiple series along a z-axis. The x-data can also vary along this axis. The function passes all keyword arguments toinfiniplot()- Parameters:
xs (array_like) – The x-data or, if
ysis not given, the y-data to plotys (array_like, optional) – The y-data to plot
kwargs (dict) – Options for
infiniplot()