Unverified Commit 2ca4384f authored by Christian Arthur's avatar Christian Arthur Committed by GitHub
Browse files

Display update - Linestyle is consistent across wavelengths (#50)

parent 9a0e85a9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,7 +47,7 @@ for iWl=1:length(wl)
        h     = plot(hAxes, t, dWlMl);
        
        set(h, 'color',  linecolor(chLst(ii),:));
        set(h, 'linestyle', linestyle{wl(iWl)});
        set(h, 'linestyle', linestyle{iWl});
        set(h, 'linewidth', linewidth(wl(iWl)));
        
        if ~isempty(dStd)