graph.plot
author viric@llimona
Tue, 24 Oct 2006 10:18:01 +0200
changeset 4 f8ce867298a9
parent 3 2bdd3f8b7864
permissions -rwxr-xr-x
Fixed the behaviour for refining the points.

#!/usr/bin/gnuplot


plot 'sobretaula.gamma' index 0 title 'vermell' with linespoints, \
	'sobretaula.gamma' index 1 title 'verd' with linespoints, \
	'sobretaula.gamma' index 2 title 'blau' with linespoints, \
	(x / 65535)**2.2 title "sRGB" with lines

pause -1