Commit 4c5eff9
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 |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
195 | 195 |
|
196 |
| - |
197 |
| - |
| 196 | + |
| 197 | + |
198 | 198 |
|
199 | 199 |
|
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
204 |
| - |
205 |
| - |
| 204 | + |
| 205 | + |
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
| ||
218 | 218 |
|
219 | 219 |
|
220 | 220 |
|
221 |
| - |
222 |
| - |
| 221 | + |
| 222 | + |
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
| ||
649 | 649 |
|
650 | 650 |
|
651 | 651 |
|
652 |
| - |
| 652 | + |
653 | 653 |
|
654 | 654 |
|
655 | 655 |
|
| ||
684 | 684 |
|
685 | 685 |
|
686 | 686 |
|
687 |
| - |
| 687 | + |
688 | 688 |
|
689 | 689 |
|
690 | 690 |
|
|
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 |
---|---|---|
| ||
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
334 |
| - |
| 334 | + |
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
|
0 commit comments