Created
May 28, 2013 03:39
-
-
Save pepgonzalez/5660383 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set term png | |
set output 'porcentajeCompresion.png' | |
set lmargin 10 | |
set rmargin 10 | |
set title " Porcentaje de compresion respecto umbral" | |
set xlabel "Valor de umbral" | |
set ylabel "Porcentaje de compresion(%)" | |
plot "data.txt" using 1:2 with lines |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment