Commit bd015d0
authored
File tree
Expand file treeCollapse file tree
8 files changed
+29
-31
lines changedFilter options
- examples/user_interfaces
- lib/matplotlib/backends
Expand file treeCollapse file tree
8 files changed
+29
-31
lines changedexamples/user_interfaces/embedding_in_wx2_sgskip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_wx2_sgskip.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
38 | 38 |
|
39 | 39 |
|
40 | 40 |
|
41 |
| - |
| 41 | + |
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
|
examples/user_interfaces/embedding_in_wx3_sgskip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_wx3_sgskip.py+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
| ||
47 | 48 |
|
48 | 49 |
|
49 | 50 |
|
50 |
| - |
51 |
| - |
| 51 | + |
| 52 | + |
52 | 53 |
|
53 | 54 |
|
54 | 55 |
|
|
examples/user_interfaces/embedding_in_wx4_sgskip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_wx4_sgskip.py+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
19 |
| - |
| 19 | + |
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 | 25 |
|
26 |
| - |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
examples/user_interfaces/embedding_in_wx5_sgskip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/embedding_in_wx5_sgskip.py+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 |
| - |
| 17 | + |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 |
| - |
| 25 | + |
| 26 | + |
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
|
examples/user_interfaces/fourier_demo_wx_sgskip.py
Copy file name to clipboardExpand all lines: examples/user_interfaces/fourier_demo_wx_sgskip.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
11 |
| - |
| 11 | + |
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py+6-9Lines changed: 6 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1471 | 1471 |
|
1472 | 1472 |
|
1473 | 1473 |
|
| 1474 | + |
1474 | 1475 |
|
1475 | 1476 |
|
1476 | 1477 |
|
| ||
1696 | 1697 |
|
1697 | 1698 |
|
1698 | 1699 |
|
| 1700 | + |
| 1701 | + |
| 1702 | + |
| 1703 | + |
| 1704 | + |
1699 | 1705 |
|
1700 | 1706 |
|
1701 | 1707 |
|
| ||
1953 | 1959 |
|
1954 | 1960 |
|
1955 | 1961 |
|
1956 |
| - |
1957 |
| - |
1958 |
| - |
1959 |
| - |
1960 |
| - |
1961 |
| - |
1962 |
| - |
1963 |
| - |
1964 |
| - |
1965 | 1962 |
|
1966 | 1963 |
|
1967 | 1964 |
|
|
lib/matplotlib/backends/backend_wxagg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wxagg.py+6-7Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
9 |
| - |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
13 |
| - |
| 13 | + |
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
71 | 72 |
|
72 | 73 |
|
73 | 74 |
|
74 |
| - |
75 |
| - |
76 |
| - |
77 |
| - |
| 75 | + |
| 76 | + |
| 77 | + |
78 | 78 |
|
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
83 | 82 |
|
84 | 83 |
|
85 | 84 |
|
|
lib/matplotlib/backends/backend_wxcairo.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wxcairo.py+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
| 11 | + |
11 | 12 |
|
12 | 13 |
|
13 | 14 |
|
|
0 commit comments