diff -r 9aa865195c24 -r 2bdd3f8b7864 graph.plot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/graph.plot Mon Oct 23 00:35:20 2006 +0200 @@ -0,0 +1,9 @@ +#!/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