Matrix_charts.Label_formatSourceAxis label formatters.
Each formatter has the signature int -> float -> string matching Axis.formatter. The int is the tick index (zero-based); the float is the tick value.
float () formats values with %.*g. precision defaults to 3.
mmdd_utc formats Unix timestamps as MM/DD in UTC.
hhmmss_utc formats Unix timestamps as HH:MM:SS in UTC.