matplotlib.axes.Axes.format_xdata

Axes.format_xdata(x)

Return x formatted as an x-value.

This function will use the fmt_xdata attribute if it is not None, else will fall back on the xaxis major formatter.

Examples using matplotlib.axes.Axes.format_xdata