Changeset 2389


Ignore:
Timestamp:
Aug 16, 2011, 3:43:08 PM (13 years ago)
Author:
gah
Message:
 
File:
1 edited

Legend:

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

    r2388 r2389  
    946946                append tip "\n$yval$yunits"
    947947                set xval [Axis format x dummy $info(x)]
    948                 append tip " @ $xval$xunits"
     948                append tip " @ $xval"
    949949                set tip [string trim $tip]
    950950                set index $info(index)
     
    983983                append tip "\n$yval$yunits"
    984984                set xval [Axis format x dummy $info(x)]
    985                 append tip " @ $xval$xunits"
     985                append tip " @ $xval"
    986986                set tip [string trim $tip]
    987987                set index $info(index)
Note: See TracChangeset for help on using the changeset viewer.