Changeset 6638
- Timestamp:
- 03/02/08 21:30:21 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
tools/alf_plugins/plot/branches/plot-0.6.2/plot/plot.py
r6637 r6638 1404 1404 self.packet_counter = 0 1405 1405 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) 1407 1407 self.bandwidth = 0.0 1408 1408 self.yAxis = (3000,10000)