graph.plot
author viric@llimona
Mon, 23 Oct 2006 00:35:20 +0200
changeset 3 2bdd3f8b7864
permissions -rwxr-xr-x
Diverses millores: New, gnuplots, ...
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     1
#!/usr/bin/gnuplot
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     2
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     3
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     4
plot 'sobretaula.gamma' index 0 title 'vermell' with linespoints, \
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     5
	'sobretaula.gamma' index 1 title 'verd' with linespoints, \
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     6
	'sobretaula.gamma' index 2 title 'blau' with linespoints, \
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     7
	(x / 65535)**2.2 title "sRGB" with lines
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     8
2bdd3f8b7864 Diverses millores: New, gnuplots, ...
viric@llimona
parents:
diff changeset
     9
pause -1