I would like to plot the output of a dataset so that there is one pixel per sample, on the X axis. e.g. if I have a dataset of 500 samples then I would like to ensure that the X axis is 500 pixels wide. Does anyone know how to do this with Gnuplot ?
Thanks very much, John
set term your_terminal size 500,y_size, where you fill in the values ofyour_terminalandy_size.y_sizemight be optional, I can't test it at the moment. Also, the units of the size may depend on the terminal you choose. See the docs: gnuplot.sourceforge.net/docs_4.6/gnuplot.pdf - darthbith