Skip to content

Commit bc6d63c

Browse files
authored
Merge pull request #58 from stefanv/readme-reproduce-viridis
Add instructions on how to reproduce viridis
2 parents 7f55929 + 20c3289 commit bc6d63c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,16 @@ Dependencies:
3131

3232
License:
3333
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

Comments
 (0)