Commit d31a156
File tree
Expand file treeCollapse file tree
9 files changed
+79
-6
lines changedFilter options
- doc
- api
- users/whats_new
- lib/matplotlib
- axes
- backends
- tests
Expand file treeCollapse file tree
9 files changed
+79
-6
lines changeddoc/api/backend_svg_api.rst
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
doc/api/index_backend_api.rst
Copy file name to clipboardExpand all lines: doc/api/index_backend_api.rst+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
doc/users/whats_new/rcparams.rst
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
lib/matplotlib/axes/_base.py
Copy file name to clipboardExpand all lines: lib/matplotlib/axes/_base.py+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
7 |
| - |
8 | 9 |
|
9 | 10 |
|
10 | 11 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+7-3Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | + |
4 | 6 |
|
5 | 7 |
|
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
9 |
| - |
10 | 11 |
|
11 | 12 |
|
12 | 13 |
|
| ||
316 | 317 |
|
317 | 318 |
|
318 | 319 |
|
319 |
| - |
| 320 | + |
| 321 | + |
| 322 | + |
| 323 | + |
320 | 324 |
|
321 | 325 |
|
322 | 326 |
|
| ||
840 | 844 |
|
841 | 845 |
|
842 | 846 |
|
843 |
| - |
| 847 | + |
844 | 848 |
|
845 | 849 |
|
846 | 850 |
|
|
+11Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
169 | 179 |
|
170 | 180 |
|
171 | 181 |
|
| ||
1165 | 1175 |
|
1166 | 1176 |
|
1167 | 1177 |
|
| 1178 | + |
1168 | 1179 |
|
1169 | 1180 |
|
1170 | 1181 |
|
|
lib/matplotlib/tests/test_backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_backend_svg.py+42Lines changed: 42 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
119 | 119 |
|
120 | 120 |
|
121 | 121 |
|
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
122 | 164 |
|
123 | 165 |
|
124 | 166 |
|
+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
| 7 | + |
6 | 8 |
|
7 | 9 |
|
8 | 10 |
|
| ||
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 |
| - |
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
|
+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
505 | 505 |
|
506 | 506 |
|
507 | 507 |
|
| 508 | + |
| 509 | + |
508 | 510 |
|
509 | 511 |
|
510 | 512 |
|
|
0 commit comments