Changeset 131 for trunk/mesoscale/PLOT/MINIMAL
- Timestamp:
- May 25, 2011, 4:19:36 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/PLOT/MINIMAL/map_latlon.pro
r114 r131 375 375 ;yeah=UNIQ(lev) & lev=lev[yeah] 376 376 377 colcont = 75 378 if (pal eq 16) then colcont=0 ;noir 379 if (pal eq 4) then colcont=255 ;blanc 377 380 378 381 if (isotropic eq 'true') then begin … … 387 390 max_value=max_contour, $ 388 391 min_value=min_contour, $ 389 c_labels=findgen(n_elements(lev))* 0., $392 c_labels=findgen(n_elements(lev))*1., $ 390 393 ; c_charsize=!P.charsize/2, $ 391 color= 75;0;50;75;100tropclair;150;0;, $394 color=colcont;75;0;50;75;100tropclair;150;0;, $ 392 395 ; /noerase, $ 393 396 ; xtitle=xtitleset, $ … … 410 413 min_value=min_contour, $ 411 414 c_labels=findgen(n_elements(lev))*0., $ 412 color= 0;, $415 color=colcont;, $ 413 416 ; /noerase, $ 414 417 ; xtitle=xtitleset, $
Note: See TracChangeset
for help on using the changeset viewer.