Plot API

enstools.plot.contour(variable[, lon, lat])

Create a plot from an xarray variable that includes coordinates.

enstools.plot.grid(plot_function, variable)

Create a multi-panel plot by mapping the first dimension of the input array to a plot function specified in the second argument.

enstools.plot.interactive_contours(variable)

Creates a plot of interactive contours.

enstools.plot.interactive_streamlines(...[, ...])

Creates a plot of interactive streamlines or vectors.