sup3r.utilities.plotting.ax_pretty_labels

ax_pretty_labels(ax, xlabel, ylabel, fontsize=14, title=None)[source]

Make pretty labels for ax plots

Parameters:
  • ax (axis handle) – handle for axis that contains the plot

  • xlabel (str) – label for x abscissa

  • ylabel (str) – label for y abscissa

  • fontsize (int, optional) – size of the plot font, by default 14

  • title (str, optional) – plot title, by default None