Source code for autoarray.plot.wrap.two_d.index_scatter
from autoarray.plot.wrap.two_d.grid_scatter import GridScatter
[docs]
class IndexScatter(GridScatter):
"""
Plots specific (y,x) coordinates of a grid (or grids) via their 1d or 2d indexes.
See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot.
"""
pass