Commit 4da4cf9
File tree
Expand file treeCollapse file tree
8 files changed
+18
-9
lines changedFilter options
- lib/matplotlib
- backends
- tests
Expand file treeCollapse file tree
8 files changed
+18
-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 |
---|---|---|
| ||
1709 | 1709 |
|
1710 | 1710 |
|
1711 | 1711 |
|
1712 |
| - |
| 1712 | + |
| 1713 | + |
1713 | 1714 |
|
1714 | 1715 |
|
1715 | 1716 |
|
| 1717 | + |
| 1718 | + |
1716 | 1719 |
|
1717 | 1720 |
|
1718 | 1721 |
|
|
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 |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
| 105 | + |
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
|
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+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
| ||
53 | 55 |
|
54 | 56 |
|
55 | 57 |
|
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
56 | 62 |
|
57 | 63 |
|
58 | 64 |
|
|
0 commit comments