matplotlib.axes.Axes.xaxis_date¶
-
Axes.
xaxis_date
(tz=None)¶ Sets up x-axis ticks and labels that treat the x data as dates.
Parameters: tz : str or
tzinfo
instance, optionalTimezone. Defaults to
rcParams["timezone"]
(default: 'UTC').
Axes.
xaxis_date
(tz=None)¶Sets up x-axis ticks and labels that treat the x data as dates.
Parameters: | tz : str or
|
---|