Source code for autoarray.plot.wrap.two_d.origin_scatter
from autoarray.plot.wrap.two_d.grid_scatter import GridScatter
[docs]
class OriginScatter(GridScatter):
"""
Plots the (y,x) coordinates of the origin of a data structure (e.g. as a black cross).
See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot.
"""