amep.plot.box_boundary#
- amep.plot.box_boundary(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 of shape (3,2)) – Boundary of the simulation box in the form of np.array([[xmin, xmax], [ymin, ymax], [zmin, zmax]]).
**kwargs – Forwarded to axis.plot.
- Return type:
None.