Commit 3b71def5648811b11719954699e83b556030aff9

Authored by Jean-Philippe Bernard
1 parent bd9882ec
Exists in master

improved

Showing 1 changed file with 7 additions and 7 deletions   Show diff stats
src/idl/dustem_plot_fit_sed.pro
... ... @@ -57,10 +57,10 @@ ENDIF
57 57 IF keyword_set(ps) THEN BEGIN
58 58 set_plot, 'PS'
59 59 device, filename=ps, /color, /encapsulated
60   -ENDIF ELSE BEGIN
61   - set_plot,'X'
62   - IF keyword_set(win) then window,win
63   -ENDELSE
  60 +ENDIF ;ELSE BEGIN
  61 +; set_plot,'X'
  62 +; IF keyword_set(win) then window,win
  63 +;ENDELSE
64 64  
65 65 fact = 1.e4*1.E20/(4.*!pi)/(3.e8/1.e-6/st.sed.wav)*1.e20/1.e7
66 66  
... ... @@ -88,7 +88,7 @@ ENDELSE
88 88 ;color and linestyle for continuum
89 89 IF not keyword_set(col_cont) THEN BEGIN
90 90 ;use_col_cont=30
91   - use_col_cont='dark blue'
  91 + use_col_cont='Navy'
92 92 ENDIF ELSE BEGIN
93 93 use_col_count=col_cont
94 94 ENDELSE
... ... @@ -100,7 +100,7 @@ ENDELSE
100 100 ;color and linestyle for freefree
101 101 IF not keyword_set(col_freefree) THEN BEGIN
102 102 ;use_col_cont=30
103   - use_col_freefree='dark red'
  103 + use_col_freefree='Dark Red'
104 104 ENDIF ELSE BEGIN
105 105 use_col_freefree=col_freefree
106 106 ENDELSE
... ... @@ -111,7 +111,7 @@ ENDIF ELSE BEGIN
111 111 ENDELSE
112 112 IF not keyword_set(col_synchrotron) THEN BEGIN
113 113 ;use_col_cont=30
114   - use_col_synchrotron='dark red'
  114 + use_col_synchrotron='Dark Red'
115 115 ENDIF ELSE BEGIN
116 116 use_col_synchrotron=col_synchrotron
117 117 ENDELSE
... ...