Commit 43402a2
File tree
Expand file treeCollapse file tree
4 files changed
+30
-29
lines changedFilter options
- examples/axes_grid1
- lib/mpl_toolkits/axes_grid1
- tutorials/toolkits
Expand file treeCollapse file tree
4 files changed
+30
-29
lines changedexamples/axes_grid1/simple_axes_divider1.py
Copy file name to clipboardExpand all lines: examples/axes_grid1/simple_axes_divider1.py+18-19Lines changed: 18 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
| ||
16 | 18 |
|
17 | 19 |
|
18 | 20 |
|
19 |
| - |
20 |
| - |
| 21 | + |
| 22 | + |
21 | 23 |
|
22 |
| - |
23 |
| - |
24 | 24 |
|
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 |
| - |
| 35 | + |
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 |
| - |
| 39 | + |
39 | 40 |
|
40 |
| - |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 | 44 |
|
| 45 | + |
| 46 | + |
49 | 47 |
|
50 | 48 |
|
51 | 49 |
|
52 | 50 |
|
53 | 51 |
|
54 |
| - |
| 52 | + |
55 | 53 |
|
56 | 54 |
|
57 |
| - |
| 55 | + |
58 | 56 |
|
59 |
| - |
| 57 | + |
60 | 58 |
|
61 |
| - |
| 59 | + |
62 | 60 |
|
63 |
| - |
| 61 | + |
64 | 62 |
|
65 | 63 |
|
| 64 | + |
66 | 65 |
|
examples/axes_grid1/simple_axes_divider3.py
Copy file name to clipboardExpand all lines: examples/axes_grid1/simple_axes_divider3.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
| 8 | + |
7 | 9 |
|
8 | 10 |
|
9 | 11 |
|
|
lib/mpl_toolkits/axes_grid1/axes_divider.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/axes_divider.py+9-9Lines changed: 9 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
195 | 195 |
|
196 | 196 |
|
197 | 197 |
|
198 |
| - |
| 198 | + |
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 |
| - |
204 |
| - |
| 203 | + |
| 204 | + |
205 | 205 |
|
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
212 |
| - |
| 211 | + |
| 212 | + |
213 | 213 |
|
214 | 214 |
|
215 | 215 |
|
| ||
225 | 225 |
|
226 | 226 |
|
227 | 227 |
|
228 |
| - |
229 |
| - |
| 228 | + |
| 229 | + |
230 | 230 |
|
231 | 231 |
|
232 | 232 |
|
| ||
657 | 657 |
|
658 | 658 |
|
659 | 659 |
|
660 |
| - |
| 660 | + |
661 | 661 |
|
662 | 662 |
|
663 | 663 |
|
| ||
693 | 693 |
|
694 | 694 |
|
695 | 695 |
|
696 |
| - |
| 696 | + |
697 | 697 |
|
698 | 698 |
|
699 | 699 |
|
|
tutorials/toolkits/axes_grid.py
Copy file name to clipboardExpand all lines: tutorials/toolkits/axes_grid.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
395 |
| - |
| 395 | + |
396 | 396 |
|
397 | 397 |
|
398 | 398 |
|
|
0 commit comments