atompy.set_min_row_pads#
- atompy.set_min_row_pads(ypads_pts, fig=None)[source]#
Set the minimum distance between rows.
- Parameters:
- ypads_inchesarray_like
The desired minimum distance in inches.
You can pass a single float or number-of-rows floats.
- fig
matplotlib.figure.Figure, optional If
None, use last active figure.