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

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


[docs]class PositionsScatter(GridScatter): """ Plots the (y,x) coordinates that are input in a plotter via the `positions` input. See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot. """ pass