rics.performance.plot_types#
Types used by the plotting framework.
Module Attributes
Valid axis preferences. |
|
Valid plot kinds. |
|
Valid time units. |
|
How to summarize the repeated timings of a single candidate/data pair into one number. |
|
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’]
- Aggregation#
How to summarize the repeated timings of a single candidate/data pair into one number.
alias of
Literal[‘min’, ‘median’, ‘mean’]
- Postprocessor#
A callable
(FacetGrid) -> Nonewhich applies fixups to aseaborn.FacetGrid.