mwavepy.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, optional

Axes on which to label the plot, defaults what is returned by matplotlib.gca()

Previous topic

mwavepy.frequency.Frequency.from_f

Next topic

plotting (mwavepy.plotting)

This Page