gwave
- module gwave
- Functions - get_arguments()
 - main()
- gwave [ option ] [ infile ] outfile - -F float - scale of figure 
 
- -W int - width of figure in pixels 
 
- -H int - height of figure in pixels 
 
- -g - draw grid 
 
- -s int - start point 
 
- -e int - end point 
 
- -n int - number of samples per screen 
 
- -i int - number of screens 
 
- -y float float - y-axis limits 
 
- -ls str - line style (solid, dash, dot, or dashdot) 
 
- -lc str - line color 
 
- -lw int - line width 
 
- infile str - double-type waveform 
 
- outfile str - figure 
 
 - The below example draws an entire waveform on five screens. - x2x +sd data.short | gwave -i 5 out.pdf 
 
See also