Changes between Version 2 and Version 3 of Waveform
- Timestamp:
- Jan 3, 2015, 6:08:54 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Waveform
v2 v3 77 77 }}} 78 78 79 This will make Gnuplot togenerate a PNG image with the dimension of 5000x50079 This will make Gnuplot generate a PNG image with the dimension of 5000x500 80 80 pixel as output and store it in a file named 'waveform.png'. It also removes all 81 81 labels, axis and other non-data from the image and set all margins to zero. … … 132 132 plot '/tmp/plot-waveform-ac1' binary filetype=bin format='%int16' endian=little array=1:0 with lines; 133 133 plot '/tmp/plot-waveform-ac2' binary filetype=bin format='%int16' endian=little array=1:0 with lines; 134 unset multiplot; "134 unset multiplot; 135 135 }}} 136 136
