Source code for autoarray.plot.wrap.two_d.parallel_overscan_plot

from autoarray.plot.wrap.two_d.grid_plot import GridPlot


[docs]class ParallelOverscanPlot(GridPlot): """ Plots the lines of a parallel overscan `Region2D` object. See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot. """