seaborn.objects.Nominal#

class seaborn.objects.Nominal(values=None, order=None)#

一个没有相对重要性/幅度的分类刻度。

tick(locator=None)#

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

注意

此 API 正在建设中,并将随着时间的推移而得到增强。目前,它可能不太有用。

参数:
locatormatplotlib.ticker.Locator 子类

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

返回值:
具有新刻度配置的 self 的副本。
label(formatter=None)#

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

注意

此 API 正在建设中,并将随着时间的推移而得到增强。目前,它可能不太有用。

参数:
formattermatplotlib.ticker.Formatter 子类

预配置的 matplotlib 格式器;其他参数将不会使用。

返回值:
规模

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