tick_format#

property Ruler.tick_format: str#

The format to display the tick values.

  • A string to use as the second arg in format(), default “0.4g”.

  • “km” to use mili/Kilo/Mega/Giga suffixes.

  • A function that maps (value, min_value, max_value) to a str.