Changeset 3911


Ignore:
Timestamp:
Sep 3, 2013, 10:00:49 AM (11 years ago)
Author:
gah
Message:

fix xyresult.tcl to use $label-log instead of $axis-log when checking for log scale

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/zoo/curve/curve.tcl

    r3907 r3911  
    4949        "Current through the pull-down resistor."
    5050    $driver put output.curve(multi$factor).yaxis.units "uA"
    51     $driver put output.curve(multi$factor).yaxis.scale "log"
     51    $driver put output.curve(multi$factor).yaxis.log "log"
    5252
    5353    for {set x $min} {$x < $max} {set x [expr {$x+$dx}]} {
Note: See TracChangeset for help on using the changeset viewer.