Plotting (pyvisgrid.plotting)#

Introduction#

pyvisgrid.plotting contains plotting methods for gridded and ungridded data.

Submodules#

Reference/API#

pyvisgrid.plotting Package#

Functions#

plot_ungridded_uv(gridder[, mode, ...])

Plots the ungridded (u,v) points as a scatter plot.

plot_mask(grid_data[, mode, crop, norm, ...])

Plots the (u,v) mask (the binned visibilities) of the gridded interferometric image.

plot_dirty_image(grid_data[, mode, ax_unit, ...])

Plots the (u,v) dirty image, meaning the 2d Fourier transform of the gridded visibilities.