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

from autoarray.plot.wrap.two_d.grid_scatter import GridScatter


[docs]class BorderScatter(GridScatter): """ Plots a border over an image, using the `Mask2d` object's (y,x) `border_sub_1` property. See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot. """ pass