Sections
Module
PlotRHS()
Add plot and right-hand side (RHS) label to existing plot.
x (ndarray) – X data.
ndarray
y (ndarray) – Y data.
ax (Axes) – Axes to plot on.
Axes
r_col (str or list) – Data/label color.
ylab (str) – Y axis label.
ylim (list of float) – Y axis limits.
fsize (float) – Font size.
alph (float) – Alpha (transparency) parameter.
lw (float) – Linewidth.
Twinned axes.