IR Spectra Graphs
- I often use ChemInfo to draw a compound for which I need and IR spectra graph.
- Recently I wanted to modify the downloaded SVG file to use a yellow color instead of its usual red.
- After some experimentation I figured out that replacing all occurrences of
rgba(251,19,19,1)
withrgba(255,255,255,1)
in a simple text editor, will do the job!
- After some experimentation I figured out that replacing all occurrences of
References
I used the following websites while sorting out the color codes.
- https://bl.ocks.org/njvack/02ad8efcb0d552b0230d
- https://www.color-hex.com/color/444444
Written with StackEdit.