Commit 8f1602b
authored
FIX: Reset label of axis to center (matplotlib#21773)
* Fix label shift and add test
* Use public api and revert changes
* Resolve ha conflict
* Allow ha overwrite
* Allow ha overwrite
* Allox x/y overwrite
* Fix bug
* Throw aliasing error
* Remove plt.close()
* Remove redundancy
* Call normalize_kwargs()
* Use setdefault()
* Use loc absent x, ha1 parent 5bb1449 commit 8f1602b
2 files changed
+42
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3487 | 3487 | | |
3488 | 3488 | | |
3489 | 3489 | | |
3490 | | - | |
| 3490 | + | |
3491 | 3491 | | |
3492 | 3492 | | |
3493 | 3493 | | |
3494 | | - | |
3495 | | - | |
3496 | | - | |
3497 | | - | |
3498 | | - | |
| 3494 | + | |
| 3495 | + | |
| 3496 | + | |
| 3497 | + | |
| 3498 | + | |
| 3499 | + | |
| 3500 | + | |
| 3501 | + | |
| 3502 | + | |
3499 | 3503 | | |
3500 | 3504 | | |
3501 | 3505 | | |
| |||
3831 | 3835 | | |
3832 | 3836 | | |
3833 | 3837 | | |
3834 | | - | |
| 3838 | + | |
3835 | 3839 | | |
3836 | 3840 | | |
3837 | 3841 | | |
3838 | | - | |
3839 | | - | |
3840 | | - | |
3841 | | - | |
3842 | | - | |
| 3842 | + | |
| 3843 | + | |
| 3844 | + | |
| 3845 | + | |
| 3846 | + | |
| 3847 | + | |
| 3848 | + | |
| 3849 | + | |
| 3850 | + | |
3843 | 3851 | | |
3844 | 3852 | | |
3845 | 3853 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
108 | 130 | | |
109 | 131 | | |
110 | 132 | | |
| |||
0 commit comments