When I graph floats with a bunch of decimal digits, Matplotlib keeps trying to be clever and plots only the least significant digits, while adding the most significant digits in the corner (for both axes). How do I stop this behaviour!?
I want it to plot 5.4315, 5.4316 etc...