Examples¶
Line Graph¶
Set Title, Label and Legend¶
plot line -i simple.csv --title "Basic Line" --x-label x --y-label y --legends line
Multiple Lines¶
year,a,b
1990,20,4
1997,18,25
2003,489,281
2009,675,600
2014,1776,1900
plot line -i multiple.csv --header --index-col 0
plot line -i multiple.csv --header --index-col year