Commit c93c46e
committed
PEP8ify some variable names.
nrows/ncols is already used as parameter names in subplots() so
standardizing on them seems good enough.
Note that the docstring of SubplotBase was previously incorrect:
one didn't need `numRows <= numCols <= plotNum < 10`, just that all
three be single-digit.1 parent 74e9dc7 commit c93c46e
3 files changed
Lines changed: 30 additions & 26 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5634 | 5634 | | |
5635 | 5635 | | |
5636 | 5636 | | |
5637 | | - | |
| 5637 | + | |
5638 | 5638 | | |
5639 | | - | |
| 5639 | + | |
5640 | 5640 | | |
5641 | | - | |
5642 | | - | |
| 5641 | + | |
5643 | 5642 | | |
5644 | 5643 | | |
5645 | 5644 | | |
| |||
5659 | 5658 | | |
5660 | 5659 | | |
5661 | 5660 | | |
5662 | | - | |
| 5661 | + | |
5663 | 5662 | | |
5664 | 5663 | | |
5665 | 5664 | | |
| |||
5677 | 5676 | | |
5678 | 5677 | | |
5679 | 5678 | | |
5680 | | - | |
| 5679 | + | |
5681 | 5680 | | |
5682 | 5681 | | |
5683 | 5682 | | |
5684 | 5683 | | |
5685 | | - | |
| 5684 | + | |
5686 | 5685 | | |
5687 | 5686 | | |
5688 | 5687 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
362 | 364 | | |
363 | 365 | | |
364 | 366 | | |
| |||
0 commit comments