Plot does a great job dynamically computing ticks values and formats. I want to use the strings of the x and y tick values.
In this notebook I’m able to identify the locations of each tick and (with a good bit of copying and pasting) apply the formatter.
This is pretty cumbersome, and I can’t quite get it working for dates finally got it working for dates. Is there a better way to get the formatted tick values from a Plot?
@Fil could you please also send me this suggestion? My use case is that I want to know these autogenerated tick values in order to do some unit testing on the way i am rounding values.