Changeset 4895
- Timestamp:
- 01/22/09 22:28:06 (4 years ago)
- Location:
- developers/werner/wlan/freeze
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
developers/werner/wlan/freeze/README
r4894 r4895 137 137 - r3ch.plot plots the output of r2ch.py into a PNG file: 138 138 139 ./r1.pl log | ./r2ch.py -p | ./r3ch-plot DIST 139 ./r1.pl log | ./r2ch.py -p >tmp 140 ./r3ch-plot DIST tmp 140 141 141 142 plots the distribution by association type as a function of the hopping … … 143 144 144 145 By default, the PNG file is displayed with ImageMagick and then discarded. 145 With the option -f, it is written to a file with the name <key>.png or,146 if the input comes from a file, <name>-<key>.png146 With the option -f, it is written to a file named <name>-<key>.png where 147 <name> is the name of the input file. -
developers/werner/wlan/freeze/r3ch-plot
r4894 r4895 2 2 if [ "$1" = -f ]; then 3 3 shift 4 if [ -z "$2" ]; then 5 out="set output \"$1.png\"" 6 else 7 out="set output \"`basename $2`-$1.png\"" 8 fi 4 out="set output \"`basename $2`-$1.png\"" 9 5 else 10 6 out='set output "| display png:-"'
Note: See TracChangeset
for help on using the changeset viewer.
