Created
January 31, 2013 11:30
-
-
Save lemenkov/4682245 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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