Ignore:
Timestamp:
05/29/07 10:57:28 (17 years ago)
Author:
smasson
Message:

bugfix when using /NOFILL with NaN values

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/PLOTS/DESSINE/pltbase.pro

    r231 r246  
    7575; 
    7676; @keyword NOFILL 
    77 ; To make just isolines. 
     77; To make just isolines with no filling 
    7878; 
    7979; @keyword NOCONTOUR 
     
    253253; We trace points in white at NaN before drawing coasts with a trait. 
    254254; 
    255     if keyword_set(trinan) THEN BEGIN 
     255    if keyword_set(trinan) AND NOT keyword_set(nofill) THEN BEGIN 
    256256      IF size(x, /n_dimensions) EQ 1 THEN x = x#replicate(1, (size(masknan))[2]) 
    257257      IF size(y, /n_dimensions) EQ 1 THEN y = replicate(1, (size(masknan))[1])#y 
Note: See TracChangeset for help on using the changeset viewer.