Commit e16a257
File tree
Expand file treeCollapse file tree
6 files changed
+58
-19
lines changedFilter options
- doc/api/next_api_changes
- examples/userdemo
- lib/matplotlib
- tests
- tutorials/colors
Expand file treeCollapse file tree
6 files changed
+58
-19
lines changeddoc/api/next_api_changes/behaviour.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behaviour.rst+8-1Lines changed: 8 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
71 | 71 |
|
72 | 72 |
|
73 | 73 |
|
74 |
| - |
| 74 | + |
75 | 75 |
|
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
examples/userdemo/colormap_normalizations.py
Copy file name to clipboardExpand all lines: examples/userdemo/colormap_normalizations.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
69 | 69 |
|
70 | 70 |
|
71 | 71 |
|
72 |
| - |
| 72 | + |
73 | 73 |
|
74 | 74 |
|
75 | 75 |
|
|
examples/userdemo/colormap_normalizations_symlognorm.py
Copy file name to clipboardExpand all lines: examples/userdemo/colormap_normalizations_symlognorm.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
+26-9Lines changed: 26 additions & 9 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1213 | 1213 |
|
1214 | 1214 |
|
1215 | 1215 |
|
1216 |
| - |
1217 |
| - |
| 1216 | + |
| 1217 | + |
1218 | 1218 |
|
1219 | 1219 |
|
1220 | 1220 |
|
| ||
1224 | 1224 |
|
1225 | 1225 |
|
1226 | 1226 |
|
1227 |
| - |
1228 |
| - |
1229 |
| - |
1230 |
| - |
| 1227 | + |
| 1228 | + |
| 1229 | + |
| 1230 | + |
| 1231 | + |
| 1232 | + |
| 1233 | + |
| 1234 | + |
| 1235 | + |
| 1236 | + |
1231 | 1237 |
|
1232 | 1238 |
|
| 1239 | + |
| 1240 | + |
| 1241 | + |
| 1242 | + |
| 1243 | + |
| 1244 | + |
| 1245 | + |
| 1246 | + |
| 1247 | + |
1233 | 1248 |
|
1234 |
| - |
| 1249 | + |
1235 | 1250 |
|
1236 | 1251 |
|
1237 | 1252 |
|
| ||
1266 | 1281 |
|
1267 | 1282 |
|
1268 | 1283 |
|
1269 |
| - |
| 1284 | + |
| 1285 | + |
1270 | 1286 |
|
1271 | 1287 |
|
1272 | 1288 |
|
| ||
1276 | 1292 |
|
1277 | 1293 |
|
1278 | 1294 |
|
1279 |
| - |
| 1295 | + |
| 1296 | + |
1280 | 1297 |
|
1281 | 1298 |
|
1282 | 1299 |
|
|
lib/matplotlib/tests/test_colors.py
Copy file name to clipboardExpand all lines: lib/matplotlib/tests/test_colors.py+21-6Lines changed: 21 additions & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
398 | 398 |
|
399 | 399 |
|
400 | 400 |
|
401 |
| - |
| 401 | + |
402 | 402 |
|
403 | 403 |
|
404 | 404 |
|
| ||
408 | 408 |
|
409 | 409 |
|
410 | 410 |
|
411 |
| - |
| 411 | + |
412 | 412 |
|
413 | 413 |
|
414 | 414 |
|
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
| 419 | + |
| 420 | + |
| 421 | + |
| 422 | + |
| 423 | + |
| 424 | + |
| 425 | + |
| 426 | + |
| 427 | + |
| 428 | + |
415 | 429 |
|
416 | 430 |
|
417 | 431 |
|
418 | 432 |
|
419 | 433 |
|
420 |
| - |
| 434 | + |
421 | 435 |
|
422 | 436 |
|
423 | 437 |
|
| ||
428 | 442 |
|
429 | 443 |
|
430 | 444 |
|
431 |
| - |
| 445 | + |
432 | 446 |
|
433 | 447 |
|
434 | 448 |
|
| ||
905 | 919 |
|
906 | 920 |
|
907 | 921 |
|
908 |
| - |
| 922 | + |
909 | 923 |
|
910 |
| - |
| 924 | + |
| 925 | + |
911 | 926 |
|
912 | 927 |
|
913 | 928 |
|
|
tutorials/colors/colormapnorms.py
Copy file name to clipboardExpand all lines: tutorials/colors/colormapnorms.py+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
98 | 98 |
|
99 | 99 |
|
100 | 100 |
|
101 |
| - |
| 101 | + |
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
|
0 commit comments