graph.plot
author viric@llimona
Mon, 23 Oct 2006 00:35:20 +0200
changeset 3 2bdd3f8b7864
permissions -rwxr-xr-x
Diverses millores: New, gnuplots, ...

#!/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