forked from matplotlib/matplotlib
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit b02ed41
FIX: Ensure Locators on RadialAxis are always correctly wrapped
All the wrapping logic is now contained in RadialAxis
Closes matplotlib#30164 and rearchitects matplotlib#29798.1 parent f6b77d2 commit b02ed41
File tree
3 files changed
+47
-18
lines changed- lib/matplotlib
- projections
- tests
- baseline_images/test_polar
3 files changed
+47
-18
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
679 | 679 |
| |
680 | 680 |
| |
681 | 681 |
| |
682 | - | ||
683 | - | ||
684 | - | ||
685 | - | ||
682 | + | ||
683 | + | ||
684 | + | ||
685 | + | ||
686 | 686 |
| |
687 | 687 |
| |
688 | 688 |
| |
689 | 689 |
| |
690 | 690 |
| |
691 | - | ||
692 | - | ||
693 | - | ||
694 | - | ||
695 | - | ||
696 | 691 |
| |
697 | 692 |
| |
698 | 693 |
| |
| |||
1242 | 1237 |
| |
1243 | 1238 |
| |
1244 | 1239 |
| |
1245 | - | ||
1246 | - | ||
1247 | - | ||
1248 | - | ||
1249 | - | ||
1250 | 1240 |
| |
1251 | 1241 |
| |
1252 | 1242 |
| |
1253 | 1243 |
| |
1254 | - | ||
1255 | - | ||
1256 | - | ||
1257 | - | ||
1244 | + | ||
1258 | 1245 |
| |
1259 | 1246 |
| |
1260 | 1247 |
| |
|
Loading[フレーム]
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | + | ||
6 | 7 |
| |
7 | 8 |
| |
9 | + | ||
8 | 10 |
| |
9 | 11 |
| |
10 | 12 |
| |
| |||
526 | 528 |
| |
527 | 529 |
| |
528 | 530 |
| |
531 | + | ||
532 | + | ||
533 | + | ||
534 | + | ||
535 | + | ||
536 | + | ||
537 | + | ||
538 | + | ||
539 | + | ||
540 | + | ||
541 | + | ||
542 | + | ||
543 | + | ||
544 | + | ||
545 | + | ||
546 | + | ||
547 | + | ||
548 | + | ||
549 | + | ||
550 | + | ||
551 | + | ||
552 | + | ||
553 | + | ||
554 | + | ||
555 | + | ||
556 | + | ||
557 | + | ||
558 | + | ||
559 | + | ||
560 | + | ||
561 | + | ||
562 | + | ||
563 | + | ||
564 | + | ||
565 | + | ||
566 | + | ||
567 | + | ||
568 | + | ||
569 | + | ||
570 | + |
0 commit comments