Changeset 6638

Show
Ignore:
Timestamp:
03/02/08 21:30:21 (5 years ago)
Author:
cdietric
Message:

set plot_interval to 1 second

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • tools/alf_plugins/plot/branches/plot-0.6.2/plot/plot.py

    r6637 r6638  
    14041404        self.packet_counter = 0 
    14051405        self.last_plot_time = 0 
    1406         self.plot_interval = .10 # interval at which plot is refreshed (seconds) 
     1406        self.plot_interval = 1 # interval at which plot is refreshed (seconds) 
    14071407        self.bandwidth = 0.0 
    14081408        self.yAxis = (3000,10000)