Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commit4b03f0c
Add explicit overloads for pyplot.{show,subplot} (#30202)
* Create show overloads on pyplot.py(cherry picked from commit1ff2bd2)* Create subplot overloads on pyplot.py(cherry picked from commitf4693e3)* Removed subplot(Axes) on overloads and docstring* Update show overloads* Correct mypy error* Add typing to overloaded copy of show* Revert superfluous changes---------Co-authored-by: Corenthin ZOZOR <corenthin.zozor@gmail.com>1 parentc78c2f4 commit4b03f0c
1 file changed
+20
-1
lines changedLines changed: 20 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
572 | 580 |
| |
573 | 581 |
| |
574 | 582 |
| |
| |||
1393 | 1401 |
| |
1394 | 1402 |
| |
1395 | 1403 |
| |
| 1404 | + | |
| 1405 | + | |
| 1406 | + | |
| 1407 | + | |
| 1408 | + | |
| 1409 | + | |
| 1410 | + | |
| 1411 | + | |
| 1412 | + | |
| 1413 | + | |
| 1414 | + | |
| 1415 | + | |
1396 | 1416 |
| |
1397 | 1417 |
| |
1398 | 1418 |
| |
| |||
1406 | 1426 |
| |
1407 | 1427 |
| |
1408 | 1428 |
| |
1409 |
| - | |
1410 | 1429 |
| |
1411 | 1430 |
| |
1412 | 1431 |
| |
|
0 commit comments
Comments
(0)