Commit 48bc2be
File tree
Expand file treeCollapse file tree
14 files changed
+33
-35
lines changedFilter options
- doc/sphinxext
- lib
- matplotlib
- backends
- tests
- mpl_toolkits
- axisartist
- mplot3d
Expand file treeCollapse file tree
14 files changed
+33
-35
lines changed+3-5Lines changed: 3 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
15 |
| - |
16 |
| - |
17 |
| - |
18 |
| - |
19 |
| - |
| 15 | + |
| 16 | + |
| 17 | + |
20 | 18 |
|
21 | 19 |
|
22 | 20 |
|
|
doc/sphinxext/gallery_order.py
Copy file name to clipboardExpand all lines: doc/sphinxext/gallery_order.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
65 | 65 |
|
66 | 66 |
|
67 | 67 |
|
68 |
| - |
| 68 | + |
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
|
+3-4Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
705 | 705 |
|
706 | 706 |
|
707 | 707 |
|
708 |
| - |
709 | 708 |
|
710 |
| - |
| 709 | + |
711 | 710 |
|
712 |
| - |
713 |
| - |
| 711 | + |
| 712 | + |
714 | 713 |
|
715 | 714 |
|
716 | 715 |
|
|
lib/matplotlib/_layoutbox.py
Copy file name to clipboardExpand all lines: lib/matplotlib/_layoutbox.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
223 | 223 |
|
224 | 224 |
|
225 | 225 |
|
226 |
| - |
227 |
| - |
| 226 | + |
228 | 227 |
|
229 | 228 |
|
230 | 229 |
|
| ||
378 | 377 |
|
379 | 378 |
|
380 | 379 |
|
381 |
| - |
| 380 | + |
| 381 | + |
382 | 382 |
|
383 | 383 |
|
384 | 384 |
|
385 | 385 |
|
386 | 386 |
|
387 | 387 |
|
388 |
| - |
| 388 | + |
389 | 389 |
|
390 | 390 |
|
391 | 391 |
|
|
lib/matplotlib/backends/backend_qt5.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
674 | 674 |
|
675 | 675 |
|
676 | 676 |
|
677 |
| - |
| 677 | + |
678 | 678 |
|
679 | 679 |
|
680 | 680 |
|
|
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 |
---|---|---|
| ||
836 | 836 |
|
837 | 837 |
|
838 | 838 |
|
839 |
| - |
| 839 | + |
840 | 840 |
|
841 | 841 |
|
842 | 842 |
|
|
+8-7Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
| 102 | + |
102 | 103 |
|
103 | 104 |
|
104 | 105 |
|
| ||
223 | 224 |
|
224 | 225 |
|
225 | 226 |
|
226 |
| - |
227 |
| - |
| 227 | + |
| 228 | + |
| 229 | + |
228 | 230 |
|
229 | 231 |
|
230 | 232 |
|
| ||
306 | 308 |
|
307 | 309 |
|
308 | 310 |
|
309 |
| - |
310 |
| - |
311 |
| - |
312 |
| - |
| 311 | + |
| 312 | + |
| 313 | + |
313 | 314 |
|
314 | 315 |
|
315 | 316 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
321 | 321 |
|
322 | 322 |
|
323 | 323 |
|
324 |
| - |
| 324 | + |
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
|
lib/matplotlib/tests/test_axes.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_axes.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3572 | 3572 |
|
3573 | 3573 |
|
3574 | 3574 |
|
3575 |
| - |
| 3575 | + |
3576 | 3576 |
|
3577 | 3577 |
|
3578 | 3578 |
|
| ||
5581 | 5581 |
|
5582 | 5582 |
|
5583 | 5583 |
|
5584 |
| - |
| 5584 | + |
5585 | 5585 |
|
5586 | 5586 |
|
5587 | 5587 |
|
|
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 |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
187 |
| - |
| 187 | + |
188 | 188 |
|
189 | 189 |
|
190 | 190 |
|
|
lib/matplotlib/tests/test_mlab.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_mlab.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1383 | 1383 |
|
1384 | 1384 |
|
1385 | 1385 |
|
1386 |
| - |
| 1386 | + |
1387 | 1387 |
|
1388 | 1388 |
|
1389 | 1389 |
|
|
lib/matplotlib/tests/test_preprocess_data.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_preprocess_data.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
75 | 75 |
|
76 | 76 |
|
77 | 77 |
|
78 |
| - |
| 78 | + |
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
|
lib/mpl_toolkits/axisartist/grid_finder.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/axisartist/grid_finder.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
lib/mpl_toolkits/mplot3d/axis3d.py
Copy file name to clipboardExpand all lines: lib/mpl_toolkits/mplot3d/axis3d.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
46 | 46 |
|
47 | 47 |
|
48 | 48 |
|
49 |
| - |
| 49 | + |
50 | 50 |
|
51 | 51 |
|
52 | 52 |
|
|
0 commit comments