Ticket #25 (closed enhancement: fixed)
Opened 2007-03-19T09:21:05-05:00
Last modified 2007-03-22T18:29:45-05:00
Log scale improvements
Reported by: | curtis | Owned by: | curtis |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | slim-plotter | Severity: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The log scale has some inadequacies. It would be nice if it had proper z labels instead of the log(z) values currently displayed. Instead of an adaptive scale, it should be fixed with powers of 10: 1, 10, 100, 1000, etc. Perhaps it should be somewhat adaptive in which powers are shown, but always display only the power values at the proper locations.
I fixed the scale label to fix it at powers of 10. Now the only problem is that the curve fitting algorithm uses the log values instead of the original values when fitting if the log scale is enabled.