!GLE file to plot MatLAB figure in Ex_laser.gle !Created on 21-Aug-2008 size 17 13 begin graph size 17 13 nobox xtitle "Frequency (MHz)" hei 0.300 ytitle "Power Spectral Density (dBm/Hz)" hei 0.300 data Ex_laser.dat d1=c1,c2 d2=c3,c4 xaxis min 0.000 max 3000.000 yaxis min -130.000 max -70.000 d1 line lstyle 1 color red msize 0.125 d2 line lstyle 1 color blue msize 0.125 end graph