Commit 3221c94
Drop pgi support for the GTK3 backend (#13014)
It's incomplete and unmaintained and PyGObject is pip installable now
and supports Ubuntu Xenial which is used on Travis-CI.
matplotlib should preferably test with things that are actually used by end users.1 parent 66b3b83 commit 3221c94Copy full SHA for 3221c94
File tree
Expand file treeCollapse file tree
9 files changed
+34
-77
lines changedOpen diff view settings
Filter options
- doc
- api/next_api_changes
- glossary
- lib/matplotlib
- backends
- tests
Expand file treeCollapse file tree
9 files changed
+34
-77
lines changedOpen diff view settings
Collapse file
+9-5Lines changed: 9 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
29 | 29 | |
30 | 30 | |
31 | 31 | |
| 32 | + |
| 33 | + |
32 | 34 | |
33 | | - |
| 35 | + |
34 | 36 | |
35 | 37 | |
36 | 38 | |
| 39 | + |
37 | 40 | |
38 | 41 | |
39 | 42 | |
| ||
132 | 135 | |
133 | 136 | |
134 | 137 | |
135 | | - |
136 | | - |
137 | | - |
138 | | - |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
139 | 143 | |
140 | 144 | |
141 | 145 | |
|
Collapse file
+1-2Lines changed: 1 addition & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
152 | 152 | |
153 | 153 | |
154 | 154 | |
155 | | - |
156 | | - |
| 155 | + |
157 | 156 | |
158 | 157 | |
159 | 158 | |
|
Collapse file
doc/api/next_api_changes/2018-12-19-gtk-drop-pgi.rst
Copy file name to clipboard+4Lines changed: 4 additions & 0 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
Collapse file
-7Lines changed: 0 additions & 7 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
67 | 67 | |
68 | 68 | |
69 | 69 | |
70 | | - |
71 | | - |
72 | | - |
73 | | - |
74 | | - |
75 | | - |
76 | | - |
77 | 70 | |
78 | 71 | |
79 | 72 | |
|
Collapse file
lib/matplotlib/backends/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/__init__.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
33 | 33 | |
34 | 34 | |
35 | 35 | |
36 | | - |
37 | | - |
| 36 | + |
38 | 37 | |
39 | 38 | |
40 | 39 | |
|
Collapse file
lib/matplotlib/backends/_gtk3_compat.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/_gtk3_compat.py-55Lines changed: 0 additions & 55 deletions
This file was deleted.
Collapse file
lib/matplotlib/backends/backend_cairo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_cairo.py+1-2Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
15 | | - |
| 14 | + |
16 | 15 | |
17 | 16 | |
18 | 17 | |
|
Collapse file
lib/matplotlib/backends/backend_gtk3.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py+16-1Lines changed: 16 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
14 | | - |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
15 | 30 | |
16 | 31 | |
17 | 32 | |
|
Collapse file
lib/matplotlib/tests/test_backends_interactive.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backends_interactive.py+2-3Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
19 | 19 | |
20 | 20 | |
21 | 21 | |
22 | | - |
23 | | - |
24 | | - |
| 22 | + |
| 23 | + |
25 | 24 | |
26 | 25 | |
27 | 26 | |
|
0 commit comments