toyplot icon indicating copy to clipboard operation
toyplot copied to clipboard

Suboptimal number of digits with Extended tick locator

Open tshead2 opened this issue 10 years ago • 0 comments

  • Create a number line
  • Set the domain to "0" and "8".
  • The default Extended tick locator generates four ticks at 0, 2.5, 5, and 7.5, which is fine. However, the labels are formatted using zero as the number of digits, so the axis reads "0", "2", "5", and "8", which is confusing.

tshead2 avatar Nov 26 '15 20:11 tshead2