In[5]:= wavelength = {{11.1, 396.4}, {10.1, 402.6}, {9.5,
412.0}, {9.3, 414.4}, {7.9, 438.8}, {7.5, 447.1}, {6.5,
471.3}, {5.8, 492.2}, {5.6, 501.6}, {5.5, 504.8}, {3.7,
587.5}, {2.5, 667.8}, {2.1, 706.5}}
In[6]:= ListPlot[wavelength]
In[11]:= ListLinePlot[wavelength, PlotMarkers -> Automatic]
Comments
Leave a comment