Commit e0d00de0239a13c7e6a05f50ad82eb02ad54812a
1 parent
2d519de1
Exists in
master
removing stops
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
src/idl/dustemcgwin_dataset.pro
... | ... | @@ -115,7 +115,7 @@ if keyword_set(dataset) then begin |
115 | 115 | xtit = '' |
116 | 116 | xtickformat='(A1)' |
117 | 117 | endif else xtickformat='(F10.2)' ;MAYBE YOU'LL CHANGE THIS FORMAT TO EXPONENTIAL NOTATION |
118 | - stop | |
118 | + | |
119 | 119 | cgplot,vectw,vectx,/xlog,/ys,xs=1,pos=position,noerase=1,xtickformat=xtickformat,color='Black',xr=xr,xtit=xtit,yr=[0.0,2.0],yticks=2,ymino=2,xticklen=0.1,ytickformat='(F6.2)',charsize=1.0 |
120 | 120 | xyouts,pospltxt[0],pospltxt[1],textoidl('norm'),color=0,/normal,charsize=1.1 |
121 | 121 | |
... | ... | @@ -1805,7 +1805,7 @@ if keyword_set(dataset) then begin |
1805 | 1805 | endif |
1806 | 1806 | |
1807 | 1807 | endif else begin |
1808 | - stop | |
1808 | + | |
1809 | 1809 | |
1810 | 1810 | if ct_hdnpts then begin |
1811 | 1811 | ... | ... |