Commit 666e6cc
File tree
Expand file treeCollapse file tree
9 files changed
+18
-17
lines changedFilter options
- examples/misc
- lib
- matplotlib
- axes
- projections
- mpl_toolkits/mplot3d
Expand file treeCollapse file tree
9 files changed
+18
-17
lines changedexamples/misc/custom_projection.py
Copy file name to clipboardExpand all lines: examples/misc/custom_projection.py+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
338 | 338 |
|
339 | 339 |
|
340 | 340 |
|
341 |
| - |
| 341 | + |
| 342 | + |
342 | 343 |
|
343 | 344 |
|
344 | 345 |
|
345 | 346 |
|
346 | 347 |
|
347 | 348 |
|
348 |
| - |
| 349 | + |
| 350 | + |
349 | 351 |
|
350 | 352 |
|
351 | 353 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
711 | 711 |
|
712 | 712 |
|
713 | 713 |
|
714 |
| - |
| 714 | + |
715 | 715 |
|
716 | 716 |
|
717 | 717 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
191 |
| - |
| 191 | + |
192 | 192 |
|
193 | 193 |
|
194 | 194 |
|
|
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+4-5Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1931 | 1931 |
|
1932 | 1932 |
|
1933 | 1933 |
|
1934 |
| - |
| 1934 | + |
1935 | 1935 |
|
1936 | 1936 |
|
1937 | 1937 |
|
| ||
2287 | 2287 |
|
2288 | 2288 |
|
2289 | 2289 |
|
2290 |
| - |
2291 |
| - |
| 2290 | + |
2292 | 2291 |
|
2293 | 2292 |
|
2294 | 2293 |
|
| ||
3935 | 3934 |
|
3936 | 3935 |
|
3937 | 3936 |
|
3938 |
| - |
| 3937 | + |
3939 | 3938 |
|
3940 | 3939 |
|
3941 | 3940 |
|
3942 | 3941 |
|
3943 | 3942 |
|
3944 |
| - |
| 3943 | + |
3945 | 3944 |
|
3946 | 3945 |
|
3947 | 3946 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 |
| - |
| 211 | + |
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
|
lib/matplotlib/projections/geo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/geo.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
202 | 202 |
|
203 | 203 |
|
204 | 204 |
|
205 |
| - |
| 205 | + |
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 | 209 |
|
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 |
| - |
| 213 | + |
214 | 214 |
|
215 | 215 |
|
216 | 216 |
|
|
lib/matplotlib/projections/polar.py
Copy file name to clipboardExpand all lines: lib/matplotlib/projections/polar.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1420 | 1420 |
|
1421 | 1421 |
|
1422 | 1422 |
|
1423 |
| - |
| 1423 | + |
1424 | 1424 |
|
1425 | 1425 |
|
1426 | 1426 |
|
1427 | 1427 |
|
1428 | 1428 |
|
1429 | 1429 |
|
1430 | 1430 |
|
1431 |
| - |
| 1431 | + |
1432 | 1432 |
|
1433 | 1433 |
|
1434 | 1434 |
|
|
lib/matplotlib/streamplot.py
Copy file name to clipboardExpand all lines: lib/matplotlib/streamplot.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
355 | 355 |
|
356 | 356 |
|
357 | 357 |
|
358 |
| - |
| 358 | + |
359 | 359 |
|
360 | 360 |
|
361 | 361 |
|
|
lib/mpl_toolkits/mplot3d/axes3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axes3d.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1061 | 1061 |
|
1062 | 1062 |
|
1063 | 1063 |
|
1064 |
| - |
| 1064 | + |
1065 | 1065 |
|
1066 | 1066 |
|
1067 | 1067 |
|
1068 | 1068 |
|
1069 | 1069 |
|
1070 | 1070 |
|
1071 | 1071 |
|
1072 |
| - |
| 1072 | + |
1073 | 1073 |
|
1074 | 1074 |
|
1075 | 1075 |
|
|
0 commit comments