Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Commitfbeda64
Rectified plot error (#12501)
* Rectified plot errorThe plot shown on the page:https://matplotlib.org/tutorials/introductory/usage.html#sphx-glr-tutorials-introductory-usage-pyWill be possible only if plt.show() is outside the loop* Added corrections in docs as per requirements* Commented the code block to remove plot rendering* Added ::* corrected trailing spaces and bad indentation* Removed E4021 parent566bd8b commitfbeda64
2 files changed
+13
-13
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
84 |
| - | |
| 84 | + | |
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
|
Lines changed: 12 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
606 |
| - | |
607 |
| - | |
608 |
| - | |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 |
| - | |
613 |
| - | |
614 |
| - | |
615 |
| - | |
616 |
| - | |
617 |
| - | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
|
0 commit comments
Comments
(0)