After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 375756 - When using logarithmic graphing, graph breaks if "major ticks" < 1
When using logarithmic graphing, graph breaks if "major ticks" < 1
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Charting
git master
Other All
: Normal enhancement
: ---
Assigned To: Emmanuel Pacaud
Jody Goldberg
Depends on: 414383
Blocks:
 
 
Reported: 2006-11-16 00:15 UTC by Edgar Ibsen
Modified: 2009-04-28 16:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Edgar Ibsen 2006-11-16 00:15:16 UTC
Please describe the problem:
When "log" graph type is selected for the y-axis, the graph breaks if I attempt to enter 0.5 for the "Major ticks". But 1 (the minimum) is too large for me. Would be a very good idea to have *some* kind of sub-10x ticking I think...

Steps to reproduce:
1. Use any data set
2. Select "line" plot (normal is fine)
3. Change the y-axis type to "log"
4. Untick "Major Ticks" and change to 0.5

Actual results:
Either the axis itself is broken, or the whole graph is broken, depending on your data set size (I think).


Expected results:
I would expect the y-axis increment to go up by *sqrt(10) each time.

Does this happen every time?
Yes.

Other information:
Comment 1 Morten Welinder 2009-04-28 13:28:54 UTC
Another useful step would be =LOG(2,10).  That would have the effect of
using base 2, not 10.
Comment 2 Morten Welinder 2009-04-28 16:53:14 UTC
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.