Commit 97c1282
File tree
Expand file treeCollapse file tree
31 files changed
+302
-216
lines changedFilter options
- .github/workflows
- lib
- matplotlib
- backends
- testing
- tests
- baseline_images
- test_backend_svg
- test_text
- mpl_toolkits
- axes_grid1/tests
- axisartist/tests
- mplot3d/tests
Expand file treeCollapse file tree
31 files changed
+302
-216
lines changed.github/workflows/cibuildwheel.yml
Copy file name to clipboardExpand all lines: .github/workflows/cibuildwheel.yml+14-5Lines changed: 14 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
116 | 116 |
|
117 | 117 |
|
118 | 118 |
|
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 | 119 |
|
124 | 120 |
|
125 | 121 |
|
| ||
131 | 127 |
|
132 | 128 |
|
133 | 129 |
|
134 |
| - |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
135 | 139 |
|
136 | 140 |
|
137 | 141 |
|
| ||
153 | 157 |
|
154 | 158 |
|
155 | 159 |
|
| 160 | + |
156 | 161 |
|
157 | 162 |
|
158 | 163 |
|
| ||
161 | 166 |
|
162 | 167 |
|
163 | 168 |
|
| 169 | + |
164 | 170 |
|
165 | 171 |
|
166 | 172 |
|
| ||
169 | 175 |
|
170 | 176 |
|
171 | 177 |
|
| 178 | + |
172 | 179 |
|
173 | 180 |
|
174 | 181 |
|
| ||
177 | 184 |
|
178 | 185 |
|
179 | 186 |
|
| 187 | + |
180 | 188 |
|
181 | 189 |
|
182 | 190 |
|
| ||
185 | 193 |
|
186 | 194 |
|
187 | 195 |
|
| 196 | + |
188 | 197 |
|
189 | 198 |
|
190 | 199 |
|
|
.github/workflows/tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/tests.yml+25-29Lines changed: 25 additions & 29 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
87 | 87 |
|
88 | 88 |
|
89 | 89 |
|
90 |
| - |
| 90 | + |
91 | 91 |
|
92 | 92 |
|
93 | 93 |
|
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
94 | 98 |
|
95 | 99 |
|
96 | 100 |
|
| ||
157 | 161 |
|
158 | 162 |
|
159 | 163 |
|
160 |
| - |
| 164 | + |
| 165 | + |
161 | 166 |
|
162 | 167 |
|
163 | 168 |
|
| ||
228 | 233 |
|
229 | 234 |
|
230 | 235 |
|
231 |
| - |
232 | 236 |
|
233 | 237 |
|
234 | 238 |
|
| ||
238 | 242 |
|
239 | 243 |
|
240 | 244 |
|
241 |
| - |
242 |
| - |
243 |
| - |
244 |
| - |
245 | 245 |
|
246 | 246 |
|
247 | 247 |
|
248 | 248 |
|
249 |
| - |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
250 | 253 |
|
251 | 254 |
|
252 | 255 |
|
253 | 256 |
|
254 | 257 |
|
255 | 258 |
|
256 |
| - |
257 |
| - |
258 |
| - |
259 |
| - |
260 |
| - |
261 |
| - |
262 |
| - |
263 |
| - |
264 |
| - |
265 |
| - |
266 |
| - |
267 |
| - |
268 |
| - |
| 259 | + |
| 260 | + |
| 261 | + |
| 262 | + |
| 263 | + |
| 264 | + |
| 265 | + |
| 266 | + |
269 | 267 |
|
270 |
| - |
271 |
| - |
272 |
| - |
273 |
| - |
274 |
| - |
275 |
| - |
276 |
| - |
277 |
| - |
| 268 | + |
| 269 | + |
| 270 | + |
| 271 | + |
| 272 | + |
| 273 | + |
278 | 274 |
|
279 | 275 |
|
280 | 276 |
|
|
lib/matplotlib/backends/backend_svg.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_svg.py+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1085 | 1085 |
|
1086 | 1086 |
|
1087 | 1087 |
|
| 1088 | + |
| 1089 | + |
| 1090 | + |
| 1091 | + |
| 1092 | + |
1088 | 1093 |
|
1089 | 1094 |
|
1090 | 1095 |
|
|
lib/matplotlib/testing/compare.py
Copy file name to clipboardExpand all lines: lib/matplotlib/testing/compare.py+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
300 | 300 |
|
301 | 301 |
|
302 | 302 |
|
| 303 | + |
| 304 | + |
| 305 | + |
| 306 | + |
| 307 | + |
303 | 308 |
|
304 | 309 |
|
305 | 310 |
|
|
0 commit comments