Commit 3a8e75e
File tree
Expand file treeCollapse file tree
6 files changed
+58
-18
lines changedFilter options
- doc/api/next_api_changes
- examples/userdemo
- lib/matplotlib
- tests
- tutorials/colors
Expand file treeCollapse file tree
6 files changed
+58
-18
lines changeddoc/api/next_api_changes/behaviour.rst
Copy file name to clipboardExpand all lines: doc/api/next_api_changes/behaviour.rst+8Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
85 | 85 |
|
86 | 86 |
|
87 | 87 |
|
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
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 |
---|---|---|
| ||
1202 | 1202 |
|
1203 | 1203 |
|
1204 | 1204 |
|
1205 |
| - |
1206 |
| - |
| 1205 | + |
| 1206 | + |
1207 | 1207 |
|
1208 | 1208 |
|
1209 | 1209 |
|
| ||
1213 | 1213 |
|
1214 | 1214 |
|
1215 | 1215 |
|
1216 |
| - |
1217 |
| - |
1218 |
| - |
1219 |
| - |
| 1216 | + |
| 1217 | + |
| 1218 | + |
| 1219 | + |
| 1220 | + |
| 1221 | + |
| 1222 | + |
| 1223 | + |
| 1224 | + |
| 1225 | + |
1220 | 1226 |
|
1221 | 1227 |
|
| 1228 | + |
| 1229 | + |
| 1230 | + |
| 1231 | + |
| 1232 | + |
| 1233 | + |
| 1234 | + |
| 1235 | + |
| 1236 | + |
1222 | 1237 |
|
1223 |
| - |
| 1238 | + |
1224 | 1239 |
|
1225 | 1240 |
|
1226 | 1241 |
|
| ||
1255 | 1270 |
|
1256 | 1271 |
|
1257 | 1272 |
|
1258 |
| - |
| 1273 | + |
| 1274 | + |
1259 | 1275 |
|
1260 | 1276 |
|
1261 | 1277 |
|
| ||
1265 | 1281 |
|
1266 | 1282 |
|
1267 | 1283 |
|
1268 |
| - |
| 1284 | + |
| 1285 | + |
1269 | 1286 |
|
1270 | 1287 |
|
1271 | 1288 |
|
|
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