Expand description
Label formatting functions for scale breaks.
Analogous to R’s scales package (comma, percent, dollar, scientific).
Functions§
- label_
comma - Format with comma separators for thousands (e.g., 1,234,567).
- label_
dollar - Format as US dollar (e.g., 1234.5 → “$1,235”).
- label_
percent - Format as percentage (e.g., 0.5 → “50%”).
- label_
scientific - Format in scientific notation (e.g., 12345 → “1.23e4”).
Type Aliases§
- Label
Formatter - A label formatter function type.