Ignore:
Timestamp:
Apr 22, 2011, 8:14:18 PM (14 years ago)
Author:
aslmd
Message:

LMD_MM_MARS: update graphic tools for GW, water cycle + generic graphic stuff (ps_start, map_latlon) + update notes

Location:
trunk/mesoscale/PLOT/MINIMAL
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/mesoscale/PLOT/MINIMAL/fsc/ps_start.pro

    r85 r114  
    183183;            cmd = 'convert +antialias -density 300 ' + ps_struct.filename + ' -resize 25% ' + outfilename
    184184;            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'
     185cmd = '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'
    186186            SPAWN, cmd
    187187        ENDIF
     
    224224   
    225225   ; 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
    230231   !Z.Thick = 2
    231232   !P.Symsize = 1.25
    232233   !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
    233243   Device, Set_Font='Helvetica', /TT_FONT
    234244
  • trunk/mesoscale/PLOT/MINIMAL/map_latlon.pro

    r91 r114  
    219219loadct,pal,/silent
    220220;reverse_ct
    221 ;if (pal eq 0) then reverse_ct
     221if (pal eq 0) then reverse_ct
    222222contour, what_I_plot, $
    223223        lon,lat, $
  • trunk/mesoscale/PLOT/MINIMAL/profile.pro

    r85 r114  
    5555
    5656if (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+')'
     57if (n_elements(mention) eq 0) then mention=''
     58if (mention ne '') then mention='('+mention+')'
    5859
    5960;------------------
     
    124125        ytitle=ytitle,$
    125126        title=title_user,$
    126 ;/ylog
     127;/ylog, $
    127128        subtitle=mention
    128129
Note: See TracChangeset for help on using the changeset viewer.