Skip to content

Instantly share code, notes, and snippets.

@pepgonzalez
Created May 28, 2013 03:39
Show Gist options
  • Save pepgonzalez/5660383 to your computer and use it in GitHub Desktop.
Save pepgonzalez/5660383 to your computer and use it in GitHub Desktop.
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