Commit ce951b1
File tree
Expand file treeCollapse file tree
8 files changed
+19
-9
lines changedFilter options
- lib/matplotlib
- backends
- tests
Expand file treeCollapse file tree
8 files changed
+19
-9
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 |
---|---|---|
| ||
1706 | 1706 |
|
1707 | 1707 |
|
1708 | 1708 |
|
1709 |
| - |
| 1709 | + |
| 1710 | + |
1710 | 1711 |
|
1711 | 1712 |
|
1712 | 1713 |
|
| 1714 | + |
| 1715 | + |
1713 | 1716 |
|
1714 | 1717 |
|
1715 | 1718 |
|
|
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 |
---|---|---|
| ||
162 | 162 |
|
163 | 163 |
|
164 | 164 |
|
165 |
| - |
| 165 | + |
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
|
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 |
---|---|---|
| ||
206 | 206 |
|
207 | 207 |
|
208 | 208 |
|
209 |
| - |
| 209 | + |
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 | 213 |
|
214 | 214 |
|
215 |
| - |
| 215 | + |
216 | 216 |
|
217 | 217 |
|
218 | 218 |
|
|
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 |
---|---|---|
| ||
494 | 494 |
|
495 | 495 |
|
496 | 496 |
|
497 |
| - |
| 497 | + |
498 | 498 |
|
499 | 499 |
|
500 | 500 |
|
| ||
504 | 504 |
|
505 | 505 |
|
506 | 506 |
|
507 |
| - |
| 507 | + |
508 | 508 |
|
509 | 509 |
|
510 | 510 |
|
|
lib/matplotlib/tests/test_backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_bases.py+7Lines changed: 7 additions & 0 deletions
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 |
|
| 13 | + |
11 | 14 |
|
12 | 15 |
|
13 | 16 |
|
| ||
53 | 56 |
|
54 | 57 |
|
55 | 58 |
|
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
56 | 63 |
|
57 | 64 |
|
58 | 65 |
|
|
0 commit comments