Commit 5c1fdbfbb53168c72b8b400e38d7318e2c4b18be
1 parent
af20847a
Exists in
master
small modification: axis instead of cgaxis
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/idl/dustemcgwin_dataset.pro
... | ... | @@ -27,8 +27,6 @@ tgnms_extra = tag_names(_extra) |
27 | 27 | |
28 | 28 | |
29 | 29 | |
30 | - | |
31 | - | |
32 | 30 | ;THIS BLOCK WILL HAVE TO BE MODIFIED CONSIDERABLY |
33 | 31 | ;SO FAR ALL DATASETS HAVE ONE XR AND ONE YR |
34 | 32 | ;WHEN USING EMISSION AND EXTINCTION BOTH XR_M AND XR_X HAVE TO BE SET |
... | ... | @@ -231,7 +229,7 @@ if keyword_set(dataset) then begin |
231 | 229 | |
232 | 230 | |
233 | 231 | ;Plotting of frequency axis |
234 | - cgaxis, xaxis=1, xlog=1, xs=1, xminor=10, xticklen=0.05, xrange=((!const.c*1E6/(xr))*1E-9),charsize=1.15,title=textoidl('\nu (GHz)') | |
232 | + axis, xaxis=1, xlog=1, xs=1, xminor=10, xticklen=0.05, xrange=((!const.c*1E6/(xr))*1E-9),charsize=1.15,xtitle=textoidl('\nu (GHz)'),color='black' | |
235 | 233 | |
236 | 234 | xyouts,pospltxt[0],pospltxt[1],textoidl('I_{\nu} (MJy/sr)'),color=0,/normal,charsize=1.3;,charthick=2.0 |
237 | 235 | ... | ... |