pingwyn.plot_interactive
Wrapper function for plotting PinGwyn objects.
- param obj:
Pingwyn object to plot.
- type obj:
pingwyn.Curve or pingwyn.Grid or pingwyn.Image or pingwyn.Profile
- param *args:
Additional parameters to pass to the plotting function. See the documentation of the individual plotting functions for more information.
- param **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
plot_curve, plot_grid, plot_image, plot_profile