Commit 91034ee
File tree
Expand file treeCollapse file tree
24 files changed
+153
-165
lines changedFilter options
- examples
- misc
- pylab_examples
- units
- lib/matplotlib
- axes
- projections
- tests
Expand file treeCollapse file tree
24 files changed
+153
-165
lines changedexamples/misc/rec_join_demo.py
Copy file name to clipboardExpand all lines: examples/misc/rec_join_demo.py+1-2Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
14 |
| - |
15 |
| - |
| 14 | + |
16 | 15 |
|
17 | 16 |
|
18 | 17 |
|
|
examples/pylab_examples/demo_ribbon_box.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/demo_ribbon_box.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
125 | 125 |
|
126 | 126 |
|
127 | 127 |
|
|
examples/pylab_examples/dolphin.py
Copy file name to clipboardExpand all lines: examples/pylab_examples/dolphin.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
74 | 74 |
|
75 | 75 |
|
76 | 76 |
|
77 |
| - |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
|
examples/units/units_scatter.py
Copy file name to clipboardExpand all lines: examples/units/units_scatter.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
126 | 126 |
|
127 | 127 |
|
128 | 128 |
|
129 |
| - |
130 | 129 |
|
131 | 130 |
|
132 | 131 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2357 | 2357 |
|
2358 | 2358 |
|
2359 | 2359 |
|
2360 |
| - |
| 2360 | + |
2361 | 2361 |
|
2362 | 2362 |
|
2363 | 2363 |
|
| ||
4739 | 4739 |
|
4740 | 4740 |
|
4741 | 4741 |
|
4742 |
| - |
| 4742 | + |
4743 | 4743 |
|
4744 | 4744 |
|
4745 | 4745 |
|
| ||
4889 | 4889 |
|
4890 | 4890 |
|
4891 | 4891 |
|
4892 |
| - |
| 4892 | + |
4893 | 4893 |
|
4894 | 4894 |
|
4895 | 4895 |
|
| ||
6203 | 6203 |
|
6204 | 6204 |
|
6205 | 6205 |
|
6206 |
| - |
| 6206 | + |
6207 | 6207 |
|
6208 | 6208 |
|
6209 | 6209 |
|
| ||
6222 | 6222 |
|
6223 | 6223 |
|
6224 | 6224 |
|
6225 |
| - |
6226 |
| - |
| 6225 | + |
| 6226 | + |
6227 | 6227 |
|
6228 | 6228 |
|
6229 | 6229 |
|
6230 | 6230 |
|
6231 | 6231 |
|
6232 |
| - |
| 6232 | + |
6233 | 6233 |
|
6234 | 6234 |
|
6235 | 6235 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
327 | 327 |
|
328 | 328 |
|
329 | 329 |
|
330 |
| - |
| 330 | + |
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2303 | 2303 |
|
2304 | 2304 |
|
2305 | 2305 |
|
2306 |
| - |
| 2306 | + |
2307 | 2307 |
|
2308 | 2308 |
|
2309 | 2309 |
|
| ||
2343 | 2343 |
|
2344 | 2344 |
|
2345 | 2345 |
|
2346 |
| - |
| 2346 | + |
2347 | 2347 |
|
2348 | 2348 |
|
2349 | 2349 |
|
| ||
2384 | 2384 |
|
2385 | 2385 |
|
2386 | 2386 |
|
2387 |
| - |
| 2387 | + |
2388 | 2388 |
|
2389 | 2389 |
|
2390 | 2390 |
|
|
lib/matplotlib/collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/collections.py+8-8Lines changed: 8 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
76 | 76 |
|
77 | 77 |
|
78 | 78 |
|
79 |
| - |
| 79 | + |
80 | 80 |
|
81 | 81 |
|
82 | 82 |
|
| ||
129 | 129 |
|
130 | 130 |
|
131 | 131 |
|
132 |
| - |
| 132 | + |
133 | 133 |
|
134 | 134 |
|
135 | 135 |
|
| ||
197 | 197 |
|
198 | 198 |
|
199 | 199 |
|
200 |
| - |
| 200 | + |
201 | 201 |
|
202 | 202 |
|
203 | 203 |
|
| ||
239 | 239 |
|
240 | 240 |
|
241 | 241 |
|
242 |
| - |
| 242 | + |
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
| ||
428 | 428 |
|
429 | 429 |
|
430 | 430 |
|
431 |
| - |
| 431 | + |
432 | 432 |
|
433 | 433 |
|
434 | 434 |
|
| ||
1162 | 1162 |
|
1163 | 1163 |
|
1164 | 1164 |
|
1165 |
| - |
| 1165 | + |
1166 | 1166 |
|
1167 | 1167 |
|
1168 | 1168 |
|
| ||
1752 | 1752 |
|
1753 | 1753 |
|
1754 | 1754 |
|
1755 |
| - |
| 1755 | + |
1756 | 1756 |
|
1757 | 1757 |
|
1758 | 1758 |
|
| ||
1850 | 1850 |
|
1851 | 1851 |
|
1852 | 1852 |
|
1853 |
| - |
| 1853 | + |
1854 | 1854 |
|
1855 | 1855 |
|
1856 | 1856 |
|
|
0 commit comments