Changeset 5510
- Timestamp:
- May 13, 2015, 9:44:59 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/uq/gui/scripts/histogram.tcl
r5418 r5510 376 376 return 377 377 } 378 set xv [$_hist get $comp.xvector] 379 set yv [$_hist get $comp.yvector]380 if { $xv != "" && $yv != "" } {381 $_yvalues($comp) set $yv382 $_xvalues($comp) set $xv383 }378 379 # If we reached here, must be <yvector> 380 $_yvalues($comp) set [$_hist get ${comp}.yvector] 381 $_xvalues($comp) length [$_yvalues($comp) length] 382 $_xvalues($comp) seq 1 [$_yvalues($comp) length] 383 set _xlabels($comp) [$_hist get ${comp}.xvector] 384 384 set _comp2hist($comp) [list $_xvalues($comp) $_yvalues($comp)] 385 385 }
Note: See TracChangeset
for help on using the changeset viewer.