We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f55929 + 20c3289 commit bc6d63cCopy full SHA for bc6d63c
README.rst
@@ -31,3 +31,16 @@ Dependencies:
31
32
License:
33
MIT, see `LICENSE <LICENSE>`__ for details.
34
+
35
+Reproducing viridis
36
+-------------------
37
38
+Load [viridis AKA option_d.py](https://github.com/BIDS/colormap/) using:
39
40
+```
41
+python -m viscm --uniform-space buggy-CAM02-UCS -m Bezier edit /tmp/option_d.py
42
43
44
+Note that there was a small bug in the assumed sRGB viewing conditions
45
+while designing viridis. It does not affect the outcome by much. Also
46
+see `python -m viscm --help`.
0 commit comments