set_ax_sym

hhpy.plotting.set_ax_sym(ax: matplotlib.axes._axes.Axes, x: bool = True, y: bool = True)[source]

automatically sets the select axes to be symmetrical

Parameters:
  • ax – The matplotlib.pyplot.Axes object to plot on, defaults to current axis [optional]
  • x – whether to set x axis to be symmetrical
  • y – whether to set y axis to be symmetrical
Returns:

None