pingwyn.graph

Functions

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

Wrapper function for plotting PinGwyn objects.

plot_curve(ax, curve, **kwargs)

Plot a curve.

plot_grid(ax, grid[, slice, cbar_ax, mask])

Plot a grid slice of a specified index.

plot_image(ax, image, **kwargs)

Plot an image to a matplotlib axis.

plot_interactive(obj, *args, **kwargs)

Wrapper function for plotting PinGwyn objects.

plot_interactive_curve(*args, **kwargs)

plot_interactive_grid(grid, *args, **kwargs)

plot_interactive_image(*args, **kwargs)

plot_interactive_profile(profile, image, ...)

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

Plot a profile.

Classes

Curve(arr[, metadata])

A container for a x,y-curve.

Grid(arr[, z, metadata])

A container for a 3D grid.

Image(arr[, metadata])

A container for an image.

Profile(arr[, x, metadata])

A container for a x,y-curve.