You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
set terminal cairolatex size 9in,5in fontscale |
|
set output "sfd-teams.tex" |
|
set title "Eventos Software Freedom Day" |
|
set xrange [2004:2015] |
|
set yrange [0:700] |
|
plot "sfd-teams.csv" notitle with lines
|
|
|