Changeset 114 for trunk/mesoscale/PLOT/MINIMAL
- Timestamp:
- Apr 22, 2011, 8:14:18 PM (14 years ago)
- Location:
- trunk/mesoscale/PLOT/MINIMAL
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/PLOT/MINIMAL/fsc/ps_start.pro
r85 r114 183 183 ; cmd = 'convert +antialias -density 300 ' + ps_struct.filename + ' -resize 25% ' + outfilename 184 184 ; cmd = 'convert -density 600 ' + ps_struct.filename + ' -resize 12% ' + outfilename 185 cmd = 'ps2epsi '+ps_struct.filename+' 2> /dev/null ; gs -sDEVICE=png16m -dTextAlphaBits=4 -sOutputFile='+outfilename+' -dNOPAUSE -dBATCH -dEPSCrop -r400x400 '+basename+'.epsi '185 cmd = 'ps2epsi '+ps_struct.filename+' 2> /dev/null ; gs -sDEVICE=png16m -dTextAlphaBits=4 -sOutputFile='+outfilename+' -dNOPAUSE -dBATCH -dEPSCrop -r400x400 '+basename+'.epsi > /dev/null 2> /dev/null' 186 186 SPAWN, cmd 187 187 ENDIF … … 224 224 225 225 ; Change any parameters you feel like changing. 226 !P.Charsize = 1.75 227 !P.Thick = 2 228 !X.Thick = 2 229 !Y.Thick = 2 226 ;;;;;;; AYMERIC 227 ; !P.Charsize = 1.75 228 ; !P.Thick = 2 229 ; !X.Thick = 2 230 ; !Y.Thick = 2 230 231 !Z.Thick = 2 231 232 !P.Symsize = 1.25 232 233 !P.Font = 1 234 235 ;;;;;;; AYMERIC 236 !P.Charsize = 1.2 237 !p.charthick = 2.0 238 !p.thick = 2.0 239 !x.thick = 2.0 240 !y.thick = 2.0 241 242 233 243 Device, Set_Font='Helvetica', /TT_FONT 234 244 -
trunk/mesoscale/PLOT/MINIMAL/map_latlon.pro
r91 r114 219 219 loadct,pal,/silent 220 220 ;reverse_ct 221 ;if (pal eq 0) then reverse_ct221 if (pal eq 0) then reverse_ct 222 222 contour, what_I_plot, $ 223 223 lon,lat, $ -
trunk/mesoscale/PLOT/MINIMAL/profile.pro
r85 r114 55 55 56 56 if (n_elements(column) eq 0) then column=findgen(n_elements(what_I_plot)) 57 if (n_elements(mention) eq 0) then mention='' else mention='('+mention+')' 57 if (n_elements(mention) eq 0) then mention='' 58 if (mention ne '') then mention='('+mention+')' 58 59 59 60 ;------------------ … … 124 125 ytitle=ytitle,$ 125 126 title=title_user,$ 126 ;/ylog 127 ;/ylog, $ 127 128 subtitle=mention 128 129
Note: See TracChangeset
for help on using the changeset viewer.