seaborn.objects.Boolean#
- class seaborn.objects.Boolean(values=None)#
A scale with a discrete domain of True and False values.
The behavior is similar to the
Nominal
scale, but property mappings and legends will use a [True, False] ordering rather than a sort using numeric rules. Coordinate variables accomplish this by inverting axis limits so as to maintain underlying numeric positioning. Input data are cast to boolean values, respecting missing data.- tick(locator=None)#
- label(formatter=None)#