Commit 2df11cc
File tree
32 files changed
+70
-70
lines changedFilter options
- examples
- axes_grid1
- lines_bars_and_markers
- misc
- spines
- subplots_axes_and_figures
- lib
- matplotlib
- projections
- tests
- tri
- mpl_toolkits
- axes_grid1
- mplot3d
- tutorials
- advanced
- intermediate
- introductory
- text
- toolkits
32 files changed
+70
-70
lines changedexamples/axes_grid1/demo_colorbar_with_axes_divider.py
Copy file name to clipboardExpand all lines: examples/axes_grid1/demo_colorbar_with_axes_divider.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
| - |
| 21 | + |
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 |
| - |
| 27 | + |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
examples/axes_grid1/simple_axes_divider1.py
Copy file name to clipboardExpand all lines: examples/axes_grid1/simple_axes_divider1.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
examples/axes_grid1/simple_colorbar.py
Copy file name to clipboardExpand all lines: examples/axes_grid1/simple_colorbar.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
|
examples/lines_bars_and_markers/fill_between_alpha.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/fill_between_alpha.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
136 |
| - |
| 136 | + |
137 | 137 |
|
138 | 138 |
|
139 | 139 |
|
|
examples/lines_bars_and_markers/gradient_bar.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/gradient_bar.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
| 15 | + |
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
89 | 89 |
|
90 | 90 |
|
91 | 91 |
|
92 |
| - |
| 92 | + |
93 | 93 |
|
94 | 94 |
|
95 | 95 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
10 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
examples/subplots_axes_and_figures/axes_box_aspect.py
Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/axes_box_aspect.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
| 6 | + |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
122 |
| - |
| 122 | + |
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
| ||
135 | 135 |
|
136 | 136 |
|
137 | 137 |
|
138 |
| - |
139 |
| - |
| 138 | + |
| 139 | + |
140 | 140 |
|
141 | 141 |
|
142 | 142 |
|
|
examples/subplots_axes_and_figures/shared_axis_demo.py
Copy file name to clipboardExpand all lines: examples/subplots_axes_and_figures/shared_axis_demo.py+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
| 7 | + |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 |
| - |
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
lib/matplotlib/_constrained_layout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_constrained_layout.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
| 37 | + |
| 38 | + |
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
188 |
| - |
| 188 | + |
189 | 189 |
|
190 | 190 |
|
191 | 191 |
|
| ||
516 | 516 |
|
517 | 517 |
|
518 | 518 |
|
519 |
| - |
| 519 | + |
520 | 520 |
|
521 | 521 |
|
522 | 522 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2491 | 2491 |
|
2492 | 2492 |
|
2493 | 2493 |
|
2494 |
| - |
| 2494 | + |
2495 | 2495 |
|
2496 | 2496 |
|
2497 | 2497 |
|
| ||
2554 | 2554 |
|
2555 | 2555 |
|
2556 | 2556 |
|
2557 |
| - |
| 2557 | + |
2558 | 2558 |
|
2559 | 2559 |
|
2560 | 2560 |
|
|
+2-2Lines changed: 2 additions & 2 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 |
|
| ||
1879 | 1879 |
|
1880 | 1880 |
|
1881 | 1881 |
|
1882 |
| - |
| 1882 | + |
1883 | 1883 |
|
1884 | 1884 |
|
1885 | 1885 |
|
|
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1024 | 1024 |
|
1025 | 1025 |
|
1026 | 1026 |
|
1027 |
| - |
| 1027 | + |
1028 | 1028 |
|
1029 | 1029 |
|
1030 | 1030 |
|
|
+16-16Lines changed: 16 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
26 | 26 |
|
| ||
979 | 979 |
|
980 | 980 |
|
981 | 981 |
|
982 |
| - |
| 982 | + |
983 | 983 |
|
984 | 984 |
|
985 | 985 |
|
| ||
992 | 992 |
|
993 | 993 |
|
994 | 994 |
|
995 |
| - |
| 995 | + |
996 | 996 |
|
997 | 997 |
|
998 |
| - |
| 998 | + |
999 | 999 |
|
1000 | 1000 |
|
1001 | 1001 |
|
| ||
1010 | 1010 |
|
1011 | 1011 |
|
1012 | 1012 |
|
1013 |
| - |
| 1013 | + |
1014 | 1014 |
|
1015 | 1015 |
|
1016 |
| - |
| 1016 | + |
1017 | 1017 |
|
1018 | 1018 |
|
1019 | 1019 |
|
| ||
1026 | 1026 |
|
1027 | 1027 |
|
1028 | 1028 |
|
1029 |
| - |
1030 |
| - |
| 1029 | + |
| 1030 | + |
1031 | 1031 |
|
1032 |
| - |
| 1032 | + |
1033 | 1033 |
|
1034 | 1034 |
|
1035 | 1035 |
|
1036 | 1036 |
|
1037 | 1037 |
|
1038 | 1038 |
|
1039 |
| - |
| 1039 | + |
1040 | 1040 |
|
1041 | 1041 |
|
1042 | 1042 |
|
1043 |
| - |
| 1043 | + |
1044 | 1044 |
|
1045 |
| - |
| 1045 | + |
1046 | 1046 |
|
1047 | 1047 |
|
1048 | 1048 |
|
| ||
1057 | 1057 |
|
1058 | 1058 |
|
1059 | 1059 |
|
1060 |
| - |
| 1060 | + |
1061 | 1061 |
|
1062 | 1062 |
|
1063 |
| - |
1064 |
| - |
| 1063 | + |
| 1064 | + |
1065 | 1065 |
|
1066 | 1066 |
|
1067 | 1067 |
|
| ||
1273 | 1273 |
|
1274 | 1274 |
|
1275 | 1275 |
|
1276 |
| - |
| 1276 | + |
1277 | 1277 |
|
1278 | 1278 |
|
1279 | 1279 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
529 | 529 |
|
530 | 530 |
|
531 | 531 |
|
532 |
| - |
533 |
| - |
| 532 | + |
| 533 | + |
534 | 534 |
|
535 | 535 |
|
536 | 536 |
|
| ||
6151 | 6151 |
|
6152 | 6152 |
|
6153 | 6153 |
|
6154 |
| - |
| 6154 | + |
6155 | 6155 |
|
6156 | 6156 |
|
6157 | 6157 |
|
|
lib/matplotlib/tests/test_constrainedlayout.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_constrainedlayout.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
423 | 423 |
|
424 | 424 |
|
425 | 425 |
|
426 |
| - |
| 426 | + |
427 | 427 |
|
428 | 428 |
|
429 | 429 |
|
|
lib/matplotlib/tests/test_patches.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_patches.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
138 | 138 |
|
139 | 139 |
|
140 | 140 |
|
141 |
| - |
| 141 | + |
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
|
lib/matplotlib/tests/test_pyplot.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_pyplot.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
254 | 254 |
|
255 | 255 |
|
256 | 256 |
|
257 |
| - |
| 257 | + |
258 | 258 |
|
259 | 259 |
|
260 | 260 |
|
| ||
268 | 268 |
|
269 | 269 |
|
270 | 270 |
|
271 |
| - |
| 271 | + |
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
|
lib/matplotlib/tests/test_widgets.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_widgets.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1426 | 1426 |
|
1427 | 1427 |
|
1428 | 1428 |
|
1429 |
| - |
| 1429 | + |
1430 | 1430 |
|
1431 | 1431 |
|
1432 | 1432 |
|
|
lib/matplotlib/transforms.py
Copy file name to clipboardExpand all lines: lib/matplotlib/transforms.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1411 | 1411 |
|
1412 | 1412 |
|
1413 | 1413 |
|
1414 |
| - |
| 1414 | + |
1415 | 1415 |
|
1416 | 1416 |
|
1417 | 1417 |
|
|
lib/matplotlib/tri/tricontour.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tri/tricontour.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
| 25 | + |
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
|
0 commit comments