skrf.frequency.Frequency.labelXAxis¶
- Frequency.labelXAxis(ax=None)¶
Label the x-axis of a plot.
Sets the labels of a plot using
matplotlib.x_label()
with string containing the frequency unit.- Parameters:
ax (
matplotlib.Axes
or None, optional) – Axes on which to label the plot. Defaults is None, for the current axe returned bymatplotlib.gca()