Commit 38fd462
File tree
Expand file treeCollapse file tree
7 files changed
+116
-22
lines changedFilter options
- lib/matplotlib
- backends
- tests
Expand file treeCollapse file tree
7 files changed
+116
-22
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1317 | 1317 |
|
1318 | 1318 |
|
1319 | 1319 |
|
| 1320 | + |
1320 | 1321 |
|
1321 | 1322 |
|
1322 | 1323 |
|
|
lib/matplotlib/backends/backend_gtk3.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_gtk3.py-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
434 | 434 |
|
435 | 435 |
|
436 | 436 |
|
437 |
| - |
438 | 437 |
|
439 | 438 |
|
440 | 439 |
|
|
lib/matplotlib/backends/backend_pgf.py
Copy file name to clipboardExpand all lines: lib/matplotlib/backends/backend_pgf.py+2-5Lines changed: 2 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
174 | 174 |
|
175 | 175 |
|
176 | 176 |
|
177 |
| - |
178 |
| - |
179 |
| - |
| 177 | + |
| 178 | + |
180 | 179 |
|
181 |
| - |
182 |
| - |
183 | 180 |
|
184 | 181 |
|
185 | 182 |
|
|
+79-16Lines changed: 79 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1236 | 1236 |
|
1237 | 1237 |
|
1238 | 1238 |
|
1239 |
| - |
1240 |
| - |
| 1239 | + |
| 1240 | + |
| 1241 | + |
| 1242 | + |
| 1243 | + |
| 1244 | + |
| 1245 | + |
| 1246 | + |
| 1247 | + |
| 1248 | + |
| 1249 | + |
| 1250 | + |
1241 | 1251 |
|
1242 |
| - |
| 1252 | + |
| 1253 | + |
| 1254 | + |
| 1255 | + |
| 1256 | + |
| 1257 | + |
| 1258 | + |
| 1259 | + |
| 1260 | + |
| 1261 | + |
| 1262 | + |
| 1263 | + |
| 1264 | + |
| 1265 | + |
| 1266 | + |
| 1267 | + |
| 1268 | + |
1243 | 1269 |
|
1244 | 1270 |
|
1245 | 1271 |
|
1246 | 1272 |
|
1247 | 1273 |
|
1248 | 1274 |
|
1249 | 1275 |
|
1250 |
| - |
| 1276 | + |
1251 | 1277 |
|
1252 | 1278 |
|
1253 |
| - |
| 1279 | + |
1254 | 1280 |
|
1255 | 1281 |
|
1256 |
| - |
| 1282 | + |
1257 | 1283 |
|
1258 |
| - |
1259 |
| - |
1260 |
| - |
| 1284 | + |
| 1285 | + |
| 1286 | + |
| 1287 | + |
| 1288 | + |
| 1289 | + |
| 1290 | + |
| 1291 | + |
1261 | 1292 |
|
1262 | 1293 |
|
1263 | 1294 |
|
1264 | 1295 |
|
1265 | 1296 |
|
1266 | 1297 |
|
1267 |
| - |
| 1298 | + |
| 1299 | + |
| 1300 | + |
| 1301 | + |
| 1302 | + |
| 1303 | + |
| 1304 | + |
| 1305 | + |
| 1306 | + |
| 1307 | + |
| 1308 | + |
1268 | 1309 |
|
1269 |
| - |
1270 |
| - |
1271 |
| - |
| 1310 | + |
| 1311 | + |
| 1312 | + |
| 1313 | + |
| 1314 | + |
| 1315 | + |
| 1316 | + |
| 1317 | + |
| 1318 | + |
| 1319 | + |
| 1320 | + |
| 1321 | + |
| 1322 | + |
| 1323 | + |
| 1324 | + |
| 1325 | + |
| 1326 | + |
| 1327 | + |
| 1328 | + |
| 1329 | + |
| 1330 | + |
1272 | 1331 |
|
1273 | 1332 |
|
1274 | 1333 |
|
| ||
1316 | 1375 |
|
1317 | 1376 |
|
1318 | 1377 |
|
1319 |
| - |
1320 |
| - |
1321 |
| - |
| 1378 | + |
| 1379 | + |
| 1380 | + |
| 1381 | + |
| 1382 | + |
| 1383 | + |
| 1384 | + |
1322 | 1385 |
|
1323 | 1386 |
|
1324 | 1387 |
|
|
+16Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
461 | 461 |
|
462 | 462 |
|
463 | 463 |
|
| 464 | + |
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
| 475 | + |
| 476 | + |
| 477 | + |
| 478 | + |
| 479 | + |
lib/matplotlib/tests/test_colors.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_colors.py+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
184 | 184 |
|
185 | 185 |
|
186 | 186 |
|
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
187 | 197 |
|
188 | 198 |
|
189 | 199 |
|
|
lib/matplotlib/tests/test_gridspec.py
Copy file name to clipboard+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
0 commit comments