Skip to content

Instantly share code, notes, and snippets.

@lemenkov
Created January 31, 2013 11:30
Show Gist options
  • Save lemenkov/4682245 to your computer and use it in GitHub Desktop.
Save lemenkov/4682245 to your computer and use it in GitHub Desktop.
set terminal png
set output "output.png"
plot "~/feat.txt" u 1:2 with lines t 'Number of Features in Fedora' ; set xlabel "Release number" ; set ylabel "Features number" ; set xrange [6:20] ; set yrange [10:100] ; set xtics 1 ; set datafile separator ","
replot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment