HAPPY.plot_functions module¶
-
HAPPY.plot_functions.addScaleBar(ax, scale, location='upper right')[source]¶ Add a scale bar to an axes.
- Parameters
ax (matplotlib.axes.Axes) – Matplotlib axis on which to plot.
-
HAPPY.plot_functions.addArrows(ax, c='r', lenx=0.04, leny=0.06, flip=False)[source]¶ Add coordinate definition arrows (radial and circumferential) to an axes.
- Parameters
ax (matplotlib.axes.Axes) – Matplotlib axis to plot on
-
HAPPY.plot_functions.plot(img, title, scale=None, location=None, ax=None)[source]¶ Plotting an imge.