Advertisement
Guest User

Untitled

a guest
May 27th, 2016
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. column1,column2
  2. string1,value1
  3. string2,value2
  4.  
  5. begin{tikzpicture}
  6. begin{axis}[
  7. symbolic x coords={string1,string2,string3,…},
  8. minor tick num=1,
  9. ]
  10. addplot table [x=column1,y=column2] {csvfile.csv}
  11. end{axis}
  12. end{tikzpicture}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement