Commit 2157863
File tree
Expand file treeCollapse file tree
6 files changed
+74
-26
lines changedFilter options
- doc/api/prev_api_changes/api_changes_3.2.0
- examples/userdemo
- lib/matplotlib
- tests
- tutorials/colors
Expand file treeCollapse file tree
6 files changed
+74
-26
lines changeddoc/api/prev_api_changes/api_changes_3.2.0/behavior.rst
Copy file name to clipboardExpand all lines: doc/api/prev_api_changes/api_changes_3.2.0/behavior.rst+12Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
307 | 307 |
|
308 | 308 |
|
309 | 309 |
|
| 310 | + |
| 311 | + |
| 312 | + |
| 313 | + |
| 314 | + |
| 315 | + |
| 316 | + |
| 317 | + |
| 318 | + |
| 319 | + |
| 320 | + |
| 321 | + |
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 |
|
|
+38-17Lines changed: 38 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1209 | 1209 |
|
1210 | 1210 |
|
1211 | 1211 |
|
1212 |
| - |
1213 |
| - |
| 1212 | + |
| 1213 | + |
1214 | 1214 |
|
1215 |
| - |
1216 |
| - |
1217 |
| - |
1218 |
| - |
1219 |
| - |
1220 |
| - |
1221 |
| - |
1222 |
| - |
1223 |
| - |
1224 |
| - |
1225 |
| - |
1226 |
| - |
| 1215 | + |
| 1216 | + |
| 1217 | + |
| 1218 | + |
| 1219 | + |
| 1220 | + |
| 1221 | + |
| 1222 | + |
| 1223 | + |
| 1224 | + |
| 1225 | + |
| 1226 | + |
| 1227 | + |
| 1228 | + |
| 1229 | + |
| 1230 | + |
| 1231 | + |
| 1232 | + |
| 1233 | + |
| 1234 | + |
| 1235 | + |
| 1236 | + |
1227 | 1237 |
|
1228 | 1238 |
|
| 1239 | + |
| 1240 | + |
| 1241 | + |
| 1242 | + |
| 1243 | + |
| 1244 | + |
| 1245 | + |
| 1246 | + |
| 1247 | + |
1229 | 1248 |
|
1230 |
| - |
| 1249 | + |
1231 | 1250 |
|
1232 | 1251 |
|
1233 | 1252 |
|
| ||
1262 | 1281 |
|
1263 | 1282 |
|
1264 | 1283 |
|
1265 |
| - |
| 1284 | + |
| 1285 | + |
1266 | 1286 |
|
1267 | 1287 |
|
1268 | 1288 |
|
| ||
1272 | 1292 |
|
1273 | 1293 |
|
1274 | 1294 |
|
1275 |
| - |
| 1295 | + |
| 1296 | + |
1276 | 1297 |
|
1277 | 1298 |
|
1278 | 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 |
---|---|---|
| ||
388 | 388 |
|
389 | 389 |
|
390 | 390 |
|
391 |
| - |
| 391 | + |
392 | 392 |
|
393 | 393 |
|
394 | 394 |
|
| ||
398 | 398 |
|
399 | 399 |
|
400 | 400 |
|
401 |
| - |
| 401 | + |
402 | 402 |
|
403 | 403 |
|
404 | 404 |
|
| 405 | + |
| 406 | + |
| 407 | + |
| 408 | + |
| 409 | + |
| 410 | + |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | + |
| 415 | + |
| 416 | + |
| 417 | + |
| 418 | + |
405 | 419 |
|
406 | 420 |
|
407 | 421 |
|
408 | 422 |
|
409 | 423 |
|
410 |
| - |
| 424 | + |
411 | 425 |
|
412 | 426 |
|
413 | 427 |
|
| ||
418 | 432 |
|
419 | 433 |
|
420 | 434 |
|
421 |
| - |
| 435 | + |
422 | 436 |
|
423 | 437 |
|
424 | 438 |
|
| ||
895 | 909 |
|
896 | 910 |
|
897 | 911 |
|
898 |
| - |
| 912 | + |
899 | 913 |
|
900 |
| - |
| 914 | + |
| 915 | + |
901 | 916 |
|
902 | 917 |
|
903 | 918 |
|
|
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