Changeset 471 for trunk


Ignore:
Timestamp:
12/12/11 16:54:47 (13 years ago)
Author:
smasson
Message:

bugfix in sbar_plot with overplot keyword

File:
1 edited

Legend:

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

    r370 r471  
    5353   if NOT keyword_set(NOREINITPLT) then reinitplt, _extra = ex 
    5454; 2) I place the drawing on the screen like on the postscript 
    55    IF chkstru(ex, 'overplot')EQ 0 THEN placedessin, 'autre', _extra = ex 
     55   IF chkstru(ex, 'overplot') EQ 0 THEN placedessin, 'autre', _extra = ex $ 
     56   ELSE IF ex.overplot EQ 0 THEN placedessin, 'autre', _extra = ex 
    5657; 3) Drawing 
    5758   if n_elements(COLORS) NE 0 then BEGIN 
Note: See TracChangeset for help on using the changeset viewer.