show_ticks = yes show_tick_labels = yes
<ticks> radius = 1r color = black thickness = 2p
# the tick label is derived by multiplying the tick position # by 'multiplier' and casting it in 'format': # # sprintf(format,position*multiplier) #
multiplier = mult
# %d - integer # %f - float # %.1f - float with one decimal # %.2f - float with two decimals # # for other formats, see perldoc.perl.org/functions/sprintf.html
format = %d
<tick> spacing = 5u size = 10p </tick>
<tick> spacing = 25u size = 15p show_label = yes label_size = 20p label_offset = 10p format = %d </tick>
</ticks>