Source code for autoarray.plot.wrap.two_d.mesh_grid_scatter
from autoarray.plot.wrap.two_d.grid_scatter import GridScatter
[docs]
class MeshGridScatter(GridScatter):
"""
Plots the grid of a `Mesh` object (see `autoarray.inversion`).
See `wrap.base.Scatter` for a description of how matplotlib is wrapped to make this plot.
"""