Commit 698b259
File tree
Expand file treeCollapse file tree
8 files changed
+19
-10
lines changedFilter options
- lib/matplotlib
- backends
- tests
Expand file treeCollapse file tree
8 files changed
+19
-10
lines changedlib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1711 | 1711 |
|
1712 | 1712 |
|
1713 | 1713 |
|
1714 |
| - |
| 1714 | + |
| 1715 | + |
1715 | 1716 |
|
1716 | 1717 |
|
1717 | 1718 |
|
| 1719 | + |
| 1720 | + |
1718 | 1721 |
|
1719 | 1722 |
|
1720 | 1723 |
|
|
lib/matplotlib/backends/_backend_tk.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/_backend_tk.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
113 | 113 |
|
114 | 114 |
|
115 | 115 |
|
116 |
| - |
| 116 | + |
117 | 117 |
|
118 | 118 |
|
119 | 119 |
|
|
lib/matplotlib/backends/backend_gtk3.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
104 |
| - |
| 104 | + |
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
|
lib/matplotlib/backends/backend_qt5.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
219 | 219 |
|
220 | 220 |
|
221 |
| - |
| 221 | + |
222 | 222 |
|
223 | 223 |
|
224 | 224 |
|
|
lib/matplotlib/backends/backend_qt5agg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5agg.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
|
lib/matplotlib/backends/backend_qt5cairo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5cairo.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
493 | 493 |
|
494 | 494 |
|
495 | 495 |
|
496 |
| - |
| 496 | + |
497 | 497 |
|
498 | 498 |
|
499 | 499 |
|
| ||
503 | 503 |
|
504 | 504 |
|
505 | 505 |
|
506 |
| - |
| 506 | + |
507 | 507 |
|
508 | 508 |
|
509 | 509 |
|
|
lib/matplotlib/tests/test_backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_bases.py+7-1Lines changed: 7 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
1 | 2 |
|
2 | 3 |
|
3 | 4 |
|
4 | 5 |
|
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
| 9 | + |
8 | 10 |
|
9 | 11 |
|
10 | 12 |
|
11 |
| - |
| 13 | + |
12 | 14 |
|
13 | 15 |
|
14 | 16 |
|
| ||
54 | 56 |
|
55 | 57 |
|
56 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
57 | 63 |
|
58 | 64 |
|
59 | 65 |
|
|
0 commit comments