amep.plot.box#

amep.plot.box(axis: Axes, box_boundary: ndarray, **kwargs) None#

Adds the simulation box to the given axis.

Parameters:
  • axis (AxisSubplot) – Matplotlib.pyplot AxisSubplot object.

  • box_boundary (np.ndarray) – Boundaries of the simulation box. [[xmin, xmax], [ymin, ymax], [zmin, zmax]]

  • **kwargs – Forwarded to axis.plot.

Return type:

None.