atompy.align_axes_horizontally#
- atompy.align_axes_horizontally(ax, reference_ax, alignment='center')[source]#
Set horizontal position of ax relative to reference_ax.
- Parameters:
- ax
matplotlib.axes.Axes Axes to reposition.
- reference_ax
matplotlib.axes.Axes Reference axes.
- alignment{
"center","left","right"}, default"center" Which reference axis to take from reference_ax.
- ax