Ignore:
Timestamp:
Apr 16, 2009 10:41:23 AM (15 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/xyresult.tcl

    r1394 r1401  
    617617    eval $g element delete [$g element names]
    618618    foreach axis [$g axis names] {
    619         $g axis configure $axis -hide yes
     619        $g axis configure $axis -hide yes 
    620620    }
    621621    # Presumably you want at least an X-axis and Y-axis displayed.
     
    645645                        }
    646646                    }
    647                     $g axis configure $axis -title $label -hide no
     647                    $g axis configure $axis -title $label -hide no 
    648648                    set _label2axis($ax-$label) $axis
    649649
Note: See TracChangeset for help on using the changeset viewer.