opticam.plotting.helpers ======================== .. py:module:: opticam.plotting.helpers Functions --------- .. autoapisummary:: opticam.plotting.helpers.scale_ax Module Contents --------------- .. py:function:: scale_ax(ax, scale) Set the scale(s) of an `Axes` based on `scale`. Parameters ---------- ax : Axes The axis to be scaled. scale : Literal['linear', 'semilogx', 'semilogy', 'loglog'] The desired scale.