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

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


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