Changes between Initial Version and Version 1 of Ticket #2594
- Timestamp:
- 04/14/16 16:45:16 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2594
- Property Status changed from new to accepted
-
Ticket #2594 – Description
initial v1 2 2 3 3 We suggest another approach for scaling, where the axis minimum, maximum and interval are calculated according to the position of the most significant fractional digit of the minimum value, and of the interval calculated as `interval = range / ticks`. This ensures that the tickmarks are always multiples of the interval and rounded to the most significant digit. 4 5 Examples: 6 7 - Old scaling 8 [[Image(default-scaling-scatterplot.png, 400px)]][[Image(default-scaling-scatterplot1.png, 400px)]] 9 10 - New scaling: 11 [[Image(improved-scaling-scatterplot.png, 400px)]][[Image(improved-scaling-scatterplot1.png, 400px)]]