Commit 8bb7bea
File tree
Expand file treeCollapse file tree
9 files changed
+75
-1
lines changedFilter options
- doc/api/next_api_changes
- lib/matplotlib/backends
- src
Expand file treeCollapse file tree
9 files changed
+75
-1
lines changeddoc/api/next_api_changes/2018-06-27-AL.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/2018-06-27-AL.rst+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
lib/matplotlib/backends/__init__.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/__init__.py+47Lines changed: 47 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
3 | 5 |
|
4 | 6 |
|
5 | 7 |
|
| ||
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
17 | 64 |
|
18 | 65 |
|
19 | 66 |
|
|
lib/matplotlib/backends/_backend_tk.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/_backend_tk.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
994 | 994 |
|
995 | 995 |
|
996 | 996 |
|
| 997 | + |
997 | 998 |
|
998 | 999 |
|
999 | 1000 |
|
|
lib/matplotlib/backends/backend_gtk3.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
976 | 976 |
|
977 | 977 |
|
978 | 978 |
|
| 979 | + |
979 | 980 |
|
980 | 981 |
|
981 | 982 |
|
|
lib/matplotlib/backends/backend_macosx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_macosx.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
| 188 | + |
188 | 189 |
|
189 | 190 |
|
190 | 191 |
|
|
lib/matplotlib/backends/backend_qt4.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt4.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
lib/matplotlib/backends/backend_qt5.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_qt5.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1109 | 1109 |
|
1110 | 1110 |
|
1111 | 1111 |
|
| 1112 | + |
1112 | 1113 |
|
1113 | 1114 |
|
1114 | 1115 |
|
|
lib/matplotlib/backends/backend_wx.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_wx.py+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1930 | 1930 |
|
1931 | 1931 |
|
1932 | 1932 |
|
| 1933 | + |
1933 | 1934 |
|
1934 | 1935 |
|
1935 | 1936 |
|
|
+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2789 | 2789 |
|
2790 | 2790 |
|
2791 | 2791 |
|
| 2792 | + |
| 2793 | + |
| 2794 | + |
| 2795 | + |
| 2796 | + |
| 2797 | + |
| 2798 | + |
| 2799 | + |
| 2800 | + |
| 2801 | + |
2792 | 2802 |
|
2793 | 2803 |
|
2794 | 2804 |
|
| ||
3038 | 3048 |
|
3039 | 3049 |
|
3040 | 3050 |
|
| 3051 | + |
| 3052 | + |
| 3053 | + |
| 3054 | + |
| 3055 | + |
3041 | 3056 |
|
3042 | 3057 |
|
3043 | 3058 |
|
|
0 commit comments