mpl_toolkits.mplot3d.axes3d.Axes3D.z轴日期#

Axes3D.zaxis_date(tz=None)[源代码]#

设置轴刻度和标签以将沿 z 轴的数据视为日期。

参数:
tz : str 或 datetime.tzinfo, 默认值: rcParams["timezone"] (default: 'UTC')str 或

用于创建日期标签的时区。

注释

此函数仅为完整性提供,但3D坐标轴不支持日期作为刻度,因此可能无法按预期工作。