pingwyn.plot_interactive
- pingwyn.plot_interactive(obj, *args, **kwargs)
Wrapper function for plotting PinGwyn objects.
- Parameters:
obj (pingwyn.Curve or pingwyn.Grid or pingwyn.Image or pingwyn.Profile) – Pingwyn object to plot.
*args – Additional parameters to pass to the plotting function. See the documentation of the individual plotting functions for more information.
**kwargs – Additional parameters to pass to the plotting function. See the documentation of the individual plotting functions for more information.
- Raises:
ValueError – This error is thrown if the object type is not a plottable PinGwyn object.
See also