I am struggling with plotting integers in the range 3145600...3145800. Sadly, the numbers show up in the axis in the format "3.1458⋅10⁶" - but i want to see the actual numbers, not this abbreviation. I tried playing with setNumberFormat, using 'f', 'g', 'e', and playing with setNumberPrecision, but to no avail.
Can this be achieved somehow or do I need to change the source code?