Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitb23a874
committed
FIX: make sure we have more than 1 tick with small log ranges
If we have both a small target number of ticks and a small displayedrange we would previously pick a tick stride that was the same size orbigger than the visible data range which would result in only 1 tickbeing visible on the axis.This patch ensures that, with a floor at 1, the stride is smaller thanthe estimated data range.re-closes#8768 (same symptoms, different cause)1 parenta7ac5bb commitb23a874
2 files changed
+17
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1362 | 1362 |
| |
1363 | 1363 |
| |
1364 | 1364 |
| |
| 1365 | + | |
| 1366 | + | |
| 1367 | + | |
| 1368 | + | |
| 1369 | + | |
| 1370 | + | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
| 1374 | + |
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2479 | 2479 |
| |
2480 | 2480 |
| |
2481 | 2481 |
| |
| 2482 | + | |
| 2483 | + | |
| 2484 | + | |
| 2485 | + | |
| 2486 | + | |
| 2487 | + | |
| 2488 | + | |
2482 | 2489 |
| |
2483 | 2490 |
| |
2484 | 2491 |
| |
|
0 commit comments
Comments
(0)