- Timestamp:
- Sep 3, 2013 9:39:38 AM (8 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3/examples/zoo/curve/curve.tcl
r3786 r3908 44 44 "Frequency of the input source." 45 45 $driver put output.curve(multi$factor).xaxis.units "Hz" 46 $driver put output.curve(multi$factor).xaxis.scale "log"46 #$driver put output.curve(multi$factor).xaxis.scale "log" 47 47 $driver put output.curve(multi$factor).yaxis.label "Current" 48 48 $driver put output.curve(multi$factor).yaxis.description \ -
branches/1.3/gui/scripts/xyresult.tcl
r3887 r3908 1504 1504 } 1505 1505 if { [$dataobj hints ${axis}scale] == "log" } { 1506 set _limits(${axis}log) 1 1506 set tag ${label}-log 1507 set _limits($tag) 1 1507 1508 } 1508 1509 if { ![info exists _label2axis($label)] } { … … 1527 1528 # Next set the axes based on what we've found. 1528 1529 foreach label [array names _label2axis] { 1529 set logscale [info exists _limits(${label} log)]1530 set logscale [info exists _limits(${label}-log)] 1530 1531 set amin "" 1531 1532 if { [info exists _limits(${label}-min)] } {
Note: See TracChangeset
for help on using the changeset viewer.