Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitb9df5e7
committed
Fix default theta tick locations for non-full-circle polar plots.
Currently, non-full-circle polar plots may (depending on the axes size)put theta ticks at positions that make sense for linear plots, but are abit weird for polar plots (e.g. 50° or 25°). Instead, prefer "standard"angles (90°, 45°, 30°, 15°, 10°). For really small axes, there's stilla problem because a single tick may end up at 150°, but fixing themachinery to allow 15° while rejecting 150° would be trickier.(Likewise, really thin slivers likely want ticks at 0.5° steps ratherthan 0.45° :/)1 parentc7ebf91 commitb9df5e7
File tree
3 files changed
+26
-0
lines changed- doc/api/next_api_changes/behavior
- lib/matplotlib
- projections
- tests
3 files changed
+26
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
393 | 398 |
| |
394 | 399 |
| |
395 | 400 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
| 252 | + | |
| 253 | + | |
252 | 254 |
| |
253 | 255 |
| |
254 | 256 |
| |
| |||
357 | 359 |
| |
358 | 360 |
| |
359 | 361 |
| |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + |
0 commit comments
Comments
(0)