Commit c740fc8
File tree
Expand file treeCollapse file tree
4 files changed
+42
-15
lines changedFilter options
- lib
- matplotlib
- tests
- mpl_toolkits/mplot3d/tests
Expand file treeCollapse file tree
4 files changed
+42
-15
lines changedlib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+25-7Lines changed: 25 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3059 | 3059 |
|
3060 | 3060 |
|
3061 | 3061 |
|
| 3062 | + |
| 3063 | + |
| 3064 | + |
| 3065 | + |
| 3066 | + |
3062 | 3067 |
|
3063 | 3068 |
|
3064 | 3069 |
|
| ||
3092 | 3097 |
|
3093 | 3098 |
|
3094 | 3099 |
|
3095 |
| - |
| 3100 | + |
3096 | 3101 |
|
3097 | 3102 |
|
3098 | 3103 |
|
| ||
3117 | 3122 |
|
3118 | 3123 |
|
3119 | 3124 |
|
3120 |
| - |
3121 |
| - |
| 3125 | + |
| 3126 | + |
3122 | 3127 |
|
3123 | 3128 |
|
3124 | 3129 |
|
| 3130 | + |
| 3131 | + |
| 3132 | + |
| 3133 | + |
| 3134 | + |
| 3135 | + |
3125 | 3136 |
|
3126 | 3137 |
|
3127 | 3138 |
|
| ||
3150 | 3161 |
|
3151 | 3162 |
|
3152 | 3163 |
|
| 3164 | + |
3153 | 3165 |
|
3154 | 3166 |
|
3155 | 3167 |
|
| ||
3161 | 3173 |
|
3162 | 3174 |
|
3163 | 3175 |
|
3164 |
| - |
3165 |
| - |
| 3176 | + |
3166 | 3177 |
|
3167 | 3178 |
|
3168 | 3179 |
|
| ||
3174 | 3185 |
|
3175 | 3186 |
|
3176 | 3187 |
|
3177 |
| - |
| 3188 | + |
| 3189 | + |
| 3190 | + |
| 3191 | + |
3178 | 3192 |
|
| 3193 | + |
| 3194 | + |
| 3195 | + |
| 3196 | + |
| 3197 | + |
3179 | 3198 |
|
3180 | 3199 |
|
3181 |
| - |
3182 | 3200 |
|
3183 | 3201 |
|
3184 | 3202 |
|
|
lib/matplotlib/backend_bases.pyi
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.pyi+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
429 | 429 |
|
430 | 430 |
|
431 | 431 |
|
432 |
| - |
| 432 | + |
433 | 433 |
|
434 | 434 |
|
435 | 435 |
|
|
lib/matplotlib/tests/test_backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_bases.py+12-5Lines changed: 12 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
260 | 260 |
|
261 | 261 |
|
262 | 262 |
|
| 263 | + |
| 264 | + |
263 | 265 |
|
264 | 266 |
|
265 | 267 |
|
266 | 268 |
|
267 | 269 |
|
268 | 270 |
|
269 | 271 |
|
270 |
| - |
| 272 | + |
271 | 273 |
|
272 | 274 |
|
273 | 275 |
|
274 | 276 |
|
275 |
| - |
| 277 | + |
276 | 278 |
|
277 | 279 |
|
278 | 280 |
|
| ||
395 | 397 |
|
396 | 398 |
|
397 | 399 |
|
| 400 | + |
| 401 | + |
| 402 | + |
398 | 403 |
|
399 | 404 |
|
400 | 405 |
|
401 | 406 |
|
402 | 407 |
|
403 | 408 |
|
404 | 409 |
|
405 |
| - |
| 410 | + |
406 | 411 |
|
407 | 412 |
|
408 | 413 |
|
| ||
510 | 515 |
|
511 | 516 |
|
512 | 517 |
|
| 518 | + |
| 519 | + |
513 | 520 |
|
514 | 521 |
|
515 | 522 |
|
| ||
534 | 541 |
|
535 | 542 |
|
536 | 543 |
|
537 |
| - |
| 544 | + |
538 | 545 |
|
539 | 546 |
|
540 | 547 |
|
| ||
570 | 577 |
|
571 | 578 |
|
572 | 579 |
|
573 |
| - |
| 580 | + |
574 | 581 |
|
575 | 582 |
|
576 | 583 |
|
|
lib/mpl_toolkits/mplot3d/tests/test_axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/tests/test_axes3d.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2130 | 2130 |
|
2131 | 2131 |
|
2132 | 2132 |
|
| 2133 | + |
| 2134 | + |
2133 | 2135 |
|
2134 | 2136 |
|
2135 | 2137 |
|
2136 | 2138 |
|
2137 | 2139 |
|
2138 | 2140 |
|
2139 | 2141 |
|
2140 |
| - |
| 2142 | + |
2141 | 2143 |
|
2142 | 2144 |
|
2143 | 2145 |
|
2144 | 2146 |
|
2145 |
| - |
| 2147 | + |
2146 | 2148 |
|
2147 | 2149 |
|
2148 | 2150 |
|
|
0 commit comments