Plotting UV/Vis Data

Goal

Make a simple plot of a UV/Vis data set.

Skills

  • Writing a custom file reader with Python’s open function and a for loop.

  • Breaking apart a string with the split function.

  • Adding data to an empty list with the append function.

  • Converting a list to a Numpy array.

Data

UV/VIs Data Set

Final Product

(Source code, png, hires.png, pdf)

../_images/uv-1.png

Publication Quality

(Source code, png, hires.png, pdf)

../_images/uv_final.png