Commit aad1619
File tree
Expand file treeCollapse file tree
7 files changed
+17
-16
lines changedFilter options
- doc/api/api_changes
- examples/event_handling
- lib/matplotlib
- backends
Expand file treeCollapse file tree
7 files changed
+17
-16
lines changeddoc/api/api_changes/2015-06-21_idle_event.rst
Copy file name to clipboard+9Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
examples/event_handling/idle_and_timeout.py
Copy file name to clipboardExpand all lines: examples/event_handling/idle_and_timeout.py+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
| 6 | + |
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
|
lib/matplotlib/backend_bases.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backend_bases.py+6-1Lines changed: 6 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 |
| - |
| 63 | + |
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
| ||
2331 | 2331 |
|
2332 | 2332 |
|
2333 | 2333 |
|
| 2334 | + |
| 2335 | + |
| 2336 | + |
| 2337 | + |
| 2338 | + |
2334 | 2339 |
|
2335 | 2340 |
|
2336 | 2341 |
|
|
lib/matplotlib/backends/backend_gtk.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk.py-3Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
243 | 243 |
|
244 | 244 |
|
245 | 245 |
|
246 |
| - |
247 |
| - |
248 | 246 |
|
249 | 247 |
|
250 | 248 |
|
251 | 249 |
|
252 | 250 |
|
253 |
| - |
254 | 251 |
|
255 | 252 |
|
256 | 253 |
|
|
lib/matplotlib/backends/backend_gtk3.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py-4Lines changed: 0 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
210 | 210 |
|
211 | 211 |
|
212 | 212 |
|
213 |
| - |
214 | 213 |
|
215 |
| - |
216 | 214 |
|
217 | 215 |
|
218 | 216 |
|
219 | 217 |
|
220 |
| - |
221 |
| - |
222 | 218 |
|
223 | 219 |
|
224 | 220 |
|
|
lib/matplotlib/backends/backend_qt4.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt4.py-2Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
76 |
| - |
77 |
| - |
78 | 76 |
|
79 | 77 |
|
80 | 78 |
|
|
lib/matplotlib/backends/backend_qt5.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py-6Lines changed: 0 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
240 | 240 |
|
241 | 241 |
|
242 | 242 |
|
243 |
| - |
244 |
| - |
245 | 243 |
|
246 | 244 |
|
247 | 245 |
|
248 |
| - |
249 |
| - |
250 |
| - |
251 |
| - |
252 | 246 |
|
253 | 247 |
|
254 | 248 |
|
|
0 commit comments