Sections
Module
PlotTop()
Add plot and top label to existing plot.
x (ndarray) – X data.
ndarray
y (ndarray) – Y data.
ax (Axes) – Axes to plot on.
Axes
col (str or list) – Data/label color.
xlab (str) – X axis label.
xlim (list of float) – X axis limits.
fsize (float) – Font size.
alph (float) – Alpha (transparency) parameter.
lw (float) – Linewidth.
Twinned axes.