Changeset 472 for trunk/SRC/ToBeReviewed


Ignore:
Timestamp:
12/12/11 16:55:29 (13 years ago)
Author:
smasson
Message:

bugfix in scontour with overplot keyword

File:
1 edited

Legend:

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

    r370 r472  
    4141; 2) i put the drawing on the screen like on the postscript 
    4242; if ex contains norease and c_orientation keywords we force ex.noerase = 0 
    43   IF chkstru(ex, 'overplot') EQ 0 THEN placedessin, 'autre', _extra = ex 
     43  IF chkstru(ex, 'overplot') EQ 0 THEN placedessin, 'autre', _extra = ex $ 
     44  ELSE IF ex.overplot EQ 0 THEN placedessin, 'autre', _extra = ex 
    4445; fiddle when noerase is used with c_orientation... 
    4546; call contour with /nodata to get the graphic environment, then force 
Note: See TracChangeset for help on using the changeset viewer.