Changeset 23


Ignore:
Timestamp:
Dec 13, 2006 12:15:50 PM (16 years ago)
Author:
ajj
Message:

Added default values for radiobuttons in plot menu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/utils/bt5/bt5plot/bt5plot

    r22 r23  
    277277$ptm add radio -label "Trans" -variable plotType -value "trans" -command {foreach elem [$graph element show] { changePlotType $elem  }} 
    278278$ptm add radio -label "Mon" -variable plotType -value "mon" -command {foreach elem [$graph element show] { changePlotType $elem  }} 
     279 
     280#Set defaults 
     281set loglinX "no" 
     282set loglinY "no" 
     283set plotType "count" 
    279284 
    280285#pack menubuttons into menu 
Note: See TracChangeset for help on using the changeset viewer.