plotting - Field Plotting Routines

Functions

set_color_scheme([dark, …])

Apply a color scheme to all matplotlib figures.

errorfill(x, y, y_err_pos[, y_err_neg, …])

Plot a line with filled errorbars.

imshow_field(field[, grid, ax, vmin, vmax, …])

Display a two-dimensional image on a matplotlib figure.

imsave_field(filename, field[, grid, vmin, …])

Save a two-dimensional field as an image.

contour_field(field[, grid, ax, grid_units])

Plot contours of a field.

contourf_field(field[, grid, ax, grid_units])

Plot filled contours of a field.

complex_field_to_rgb(field[, theme, rmin, …])

Convert a complex field to an RGB field.

imshow_psf(psf[, grid, vmin, vmax, scale, …])

Display a PSF in a nice, consistent format.

imshow_pupil_phase(pupil_phase[, grid, …])

Display a pupil phase pattern in a nice, consistent format.

Classes

GifWriter(filename[, framerate, cleanup])

A writer of gif files from Matplotlib figures.

FFMpegWriter(filename[, codec, framerate, …])

A writer of video files from Matplotlib figures.