rics.performance.plot_types#
Types used by the plotting framework.
Module Attributes
Valid axis preferences. |
|
Valid plot kinds. |
|
Valid time units. |
|
A callable |
- FuncOrData = typing.Literal['Candidate'] | typing.Literal['Test data']#
Valid axis preferences.
- Kind#
Valid plot kinds.
alias of
Literal[‘bar’, ‘box’, ‘boxen’, ‘point’, ‘strip’, ‘swarm’, ‘violin’]
- Postprocessor#
A callable
(FacetGrid) -> Nonewhich applies fixups to aseaborn.FacetGrid.