Plotting

Pingwyn has the following functions for plotting.

pingwyn.plot(ax, obj, *args, **kwargs)

Wrapper function for plotting PinGwyn objects.

pingwyn.plot_curve(ax, curve, **kwargs)

Plot a curve.

pingwyn.plot_grid(ax, grid[, slice, ...])

Plot a grid slice of a specified index.

pingwyn.plot_image(ax, image, **kwargs)

Plot an image to a matplotlib axis.

pingwyn.plot_profile(ax, profile[, image, ...])

Plot a profile.

pingwyn.plot_interactive(obj, *args, **kwargs)

Wrapper function for plotting PinGwyn objects.

pingwyn.plot_interactive_curve(*args, **kwargs)

pingwyn.plot_interactive_grid(grid, *args, ...)

pingwyn.plot_interactive_image(*args, **kwargs)

pingwyn.plot_interactive_profile(profile, ...)