Commit 3ea6cfa
File tree
Expand file treeCollapse file tree
30 files changed
+76
-85
lines changedFilter options
- examples
- api
- color
- lines_bars_and_markers
- statistics
- lib
- matplotlib
- axes
- backends
- testing
- jpl_units
- tests
- mpl_toolkits
- axes_grid1
- axisartist
- mplot3d
- tutorials/colors
- unit
Expand file treeCollapse file tree
30 files changed
+76
-85
lines changedexamples/api/mathtext_asarray.py
Copy file name to clipboardExpand all lines: examples/api/mathtext_asarray.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
| 25 | + |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
examples/color/color_cycle_default.py
Copy file name to clipboardExpand all lines: examples/color/color_cycle_default.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
| 16 | + |
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
examples/lines_bars_and_markers/stackplot_demo.py
Copy file name to clipboardExpand all lines: examples/lines_bars_and_markers/stackplot_demo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
46 |
| - |
| 46 | + |
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
|
examples/statistics/hist.py
Copy file name to clipboardExpand all lines: examples/statistics/hist.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
52 | 52 |
|
53 | 53 |
|
54 | 54 |
|
55 |
| - |
| 55 | + |
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
|
lib/matplotlib/axes/_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_axes.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6490 | 6490 |
|
6491 | 6491 |
|
6492 | 6492 |
|
6493 |
| - |
| 6493 | + |
6494 | 6494 |
|
6495 | 6495 |
|
6496 | 6496 |
|
|
lib/matplotlib/backends/backend_agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_agg.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
146 | 146 |
|
147 | 147 |
|
148 | 148 |
|
149 |
| - |
| 149 | + |
150 | 150 |
|
151 | 151 |
|
152 | 152 |
|
|
lib/matplotlib/backends/backend_mixed.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_mixed.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
139 | 139 |
|
140 | 140 |
|
141 | 141 |
|
142 |
| - |
143 |
| - |
| 142 | + |
| 143 | + |
144 | 144 |
|
145 | 145 |
|
146 | 146 |
|
|
lib/matplotlib/backends/backend_pdf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pdf.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1282 | 1282 |
|
1283 | 1283 |
|
1284 | 1284 |
|
1285 |
| - |
| 1285 | + |
1286 | 1286 |
|
1287 | 1287 |
|
1288 | 1288 |
|
|
lib/matplotlib/backends/backend_ps.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_ps.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
800 | 800 |
|
801 | 801 |
|
802 | 802 |
|
803 |
| - |
| 803 | + |
804 | 804 |
|
805 | 805 |
|
806 | 806 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1099 | 1099 |
|
1100 | 1100 |
|
1101 | 1101 |
|
1102 |
| - |
| 1102 | + |
1103 | 1103 |
|
1104 | 1104 |
|
1105 | 1105 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1315 | 1315 |
|
1316 | 1316 |
|
1317 | 1317 |
|
1318 |
| - |
| 1318 | + |
1319 | 1319 |
|
1320 | 1320 |
|
1321 | 1321 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1563 | 1563 |
|
1564 | 1564 |
|
1565 | 1565 |
|
1566 |
| - |
1567 |
| - |
| 1566 | + |
| 1567 | + |
1568 | 1568 |
|
1569 | 1569 |
|
1570 | 1570 |
|
|
+12-14Lines changed: 12 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
306 | 306 |
|
307 | 307 |
|
308 | 308 |
|
309 |
| - |
| 309 | + |
| 310 | + |
310 | 311 |
|
311 |
| - |
312 |
| - |
313 |
| - |
314 |
| - |
| 312 | + |
| 313 | + |
| 314 | + |
315 | 315 |
|
316 | 316 |
|
317 |
| - |
318 |
| - |
319 | 317 |
|
320 | 318 |
|
321 | 319 |
|
322 | 320 |
|
323 | 321 |
|
324 |
| - |
325 |
| - |
| 322 | + |
| 323 | + |
326 | 324 |
|
327 | 325 |
|
328 | 326 |
|
| ||
1287 | 1285 |
|
1288 | 1286 |
|
1289 | 1287 |
|
1290 |
| - |
| 1288 | + |
1291 | 1289 |
|
1292 |
| - |
1293 |
| - |
| 1290 | + |
| 1291 | + |
1294 | 1292 |
|
1295 | 1293 |
|
1296 | 1294 |
|
| ||
1745 | 1743 |
|
1746 | 1744 |
|
1747 | 1745 |
|
1748 |
| - |
| 1746 | + |
1749 | 1747 |
|
1750 | 1748 |
|
1751 | 1749 |
|
1752 | 1750 |
|
1753 | 1751 |
|
1754 | 1752 |
|
1755 |
| - |
| 1753 | + |
1756 | 1754 |
|
1757 | 1755 |
|
1758 | 1756 |
|
|
+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
726 | 726 |
|
727 | 727 |
|
728 | 728 |
|
729 |
| - |
| 729 | + |
730 | 730 |
|
731 | 731 |
|
732 | 732 |
|
| ||
2288 | 2288 |
|
2289 | 2289 |
|
2290 | 2290 |
|
2291 |
| - |
| 2291 | + |
2292 | 2292 |
|
2293 |
| - |
| 2293 | + |
2294 | 2294 |
|
2295 | 2295 |
|
2296 | 2296 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1453 | 1453 |
|
1454 | 1454 |
|
1455 | 1455 |
|
1456 |
| - |
1457 |
| - |
| 1456 | + |
| 1457 | + |
1458 | 1458 |
|
1459 | 1459 |
|
1460 | 1460 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1667 | 1667 |
|
1668 | 1668 |
|
1669 | 1669 |
|
1670 |
| - |
| 1670 | + |
1671 | 1671 |
|
1672 | 1672 |
|
1673 | 1673 |
|
| ||
2172 | 2172 |
|
2173 | 2173 |
|
2174 | 2174 |
|
2175 |
| - |
| 2175 | + |
2176 | 2176 |
|
2177 | 2177 |
|
2178 | 2178 |
|
|
+7-7Lines changed: 7 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1085 | 1085 |
|
1086 | 1086 |
|
1087 | 1087 |
|
1088 |
| - |
| 1088 | + |
1089 | 1089 |
|
1090 | 1090 |
|
1091 | 1091 |
|
| ||
1179 | 1179 |
|
1180 | 1180 |
|
1181 | 1181 |
|
1182 |
| - |
1183 |
| - |
| 1182 | + |
| 1183 | + |
1184 | 1184 |
|
1185 | 1185 |
|
1186 | 1186 |
|
| ||
1286 | 1286 |
|
1287 | 1287 |
|
1288 | 1288 |
|
1289 |
| - |
1290 |
| - |
| 1289 | + |
| 1290 | + |
1291 | 1291 |
|
1292 |
| - |
| 1292 | + |
1293 | 1293 |
|
1294 |
| - |
| 1294 | + |
1295 | 1295 |
|
1296 | 1296 |
|
1297 | 1297 |
|
|
lib/matplotlib/streamplot.py
Copy file name to clipboardExpand all lines: lib/matplotlib/streamplot.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
262 | 262 |
|
263 | 263 |
|
264 | 264 |
|
265 |
| - |
266 |
| - |
| 265 | + |
| 266 | + |
267 | 267 |
|
268 | 268 |
|
269 | 269 |
|
|
lib/matplotlib/testing/compare.py
Copy file name to clipboardExpand all lines: lib/matplotlib/testing/compare.py+2-6Lines changed: 2 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
367 | 367 |
|
368 | 368 |
|
369 | 369 |
|
370 |
| - |
371 |
| - |
372 |
| - |
373 |
| - |
374 |
| - |
375 |
| - |
| 370 | + |
| 371 | + |
376 | 372 |
|
377 | 373 |
|
378 | 374 |
|
|
lib/matplotlib/testing/jpl_units/Duration.py
Copy file name to clipboardExpand all lines: lib/matplotlib/testing/jpl_units/Duration.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 |
| - |
| 169 | + |
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
| ||
178 | 178 |
|
179 | 179 |
|
180 | 180 |
|
181 |
| - |
| 181 | + |
182 | 182 |
|
183 | 183 |
|
184 | 184 |
|
|
lib/matplotlib/tests/test_collections.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_collections.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
453 | 453 |
|
454 | 454 |
|
455 | 455 |
|
456 |
| - |
457 |
| - |
| 456 | + |
| 457 | + |
458 | 458 |
|
459 | 459 |
|
460 | 460 |
|
|
lib/matplotlib/tests/test_mlab.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_mlab.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2435 | 2435 |
|
2436 | 2436 |
|
2437 | 2437 |
|
2438 |
| - |
| 2438 | + |
2439 | 2439 |
|
2440 | 2440 |
|
2441 | 2441 |
|
| ||
2445 | 2445 |
|
2446 | 2446 |
|
2447 | 2447 |
|
2448 |
| - |
| 2448 | + |
2449 | 2449 |
|
2450 | 2450 |
|
2451 |
| - |
| 2451 | + |
2452 | 2452 |
|
2453 | 2453 |
|
2454 | 2454 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
99 | 99 |
|
100 | 100 |
|
101 | 101 |
|
102 |
| - |
| 102 | + |
103 | 103 |
|
104 | 104 |
|
105 | 105 |
|
|
+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1573 | 1573 |
|
1574 | 1574 |
|
1575 | 1575 |
|
1576 |
| - |
| 1576 | + |
1577 | 1577 |
|
1578 | 1578 |
|
1579 | 1579 |
|
| ||
2323 | 2323 |
|
2324 | 2324 |
|
2325 | 2325 |
|
2326 |
| - |
| 2326 | + |
2327 | 2327 |
|
2328 | 2328 |
|
2329 | 2329 |
|
|
lib/mpl_toolkits/axes_grid1/axes_size.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axes_grid1/axes_size.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
268 | 268 |
|
269 | 269 |
|
270 | 270 |
|
271 |
| - |
| 271 | + |
272 | 272 |
|
273 | 273 |
|
274 | 274 |
|
|
0 commit comments