seaborn.objects.Temporal#

class seaborn.objects.Temporal(values=None, norm=None)#

日期/时间数据的比例。

tick(locator=None, *, upto=None)#

配置比例轴或图例的刻度选择。

注意

此 API 正在开发中,并将随着时间的推移而得到增强。

参数:
locatormatplotlib.ticker.Locator 子类

预先配置的 matplotlib 定位器;其他参数将不会被使用。

uptoint

选择“理想”刻度位置,但不要超过此数量。

返回值:
比例

具有新刻度配置的 self 的副本。

label(formatter=None, *, concise=False)#

配置比例轴或图例的刻度标签的外观。

注意

此 API 正在开发中,并将随着时间的推移而得到增强。

参数:
formattermatplotlib.ticker.Formatter 子类

要使用的预先配置的格式化程序;其他参数将被忽略。

concisebool

如果为 True,请使用 matplotlib.dates.ConciseDateFormatter 使刻度标签尽可能紧凑。

返回值:
比例

具有新标签配置的 self 的副本。