Source code for autoarray.plot.wrap.two_d.serial_overscan_plot
from autoarray.plot.wrap.two_d.grid_plot import GridPlot
[docs]
class SerialOverscanPlot(GridPlot):
"""
Plots the lines of a serial overscan `Region2D` object.
See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot.
"""