IR Spectra Graphs

  1. I often use ChemInfo to draw a compound for which I need and IR spectra graph.
  2. 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) with rgba(255,255,255,1) in a simple text editor, will do the job!

References

I used the following websites while sorting out the color codes.

  1. https://bl.ocks.org/njvack/02ad8efcb0d552b0230d
  2. https://www.color-hex.com/color/444444

Written with StackEdit.