GNOME Bugzilla – Bug 686481
In charts, number formated as scientific/exponents should display 10^0 instead of 10^+0
Last modified: 2012-11-10 03:48:50 UTC
If you create a graph, and choose scientific, then exponents with 'don't show 1x" for the axis label format, 1 is displayed 10^+00, instead of 1.
I've just checked the rendering gnumeric used to do, and it was 10^0, which is fine. What looks weird is +0. I've updated the bug title.
Note that the GUI creates the format #EE+0 which forces the use of an sign in the superscript. You are expecting #EE0 which would show only a negative sign. Note that currently #EE0 does not work, but #EE00 does. This is bug #86480.
It's most certainly not bug 86480. It's bug 686480, I think.
oops, yes indeed...
Morten, I think we should add a toggle to the GUI for scientific notation whether to always show an exponent sign or not.
With the patch over in bug bug 686480, I think the format engine does the right thing given the format. #EE+0 gives 10^+0 #EE0 gives 10^0 I would not mind an extra check button, although the dialog is getting a little crowded.
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report. We now have a 'force exponent sign' checkbox in the scientific number format selector. By default it is off, so the + sign in the exponent is not shown.