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¶
Final Product¶
(Source code
, png
, hires.png
, pdf
)
Publication Quality¶
(Source code
, png
, hires.png
, pdf
)