2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

added gnuplot csv example

This commit is contained in:
Martin Thoma 2012-10-28 20:35:56 +01:00
parent 05a9ee1f1b
commit e3a4193f41
4 changed files with 51 additions and 0 deletions

View file

@ -0,0 +1,4 @@
set terminal latex
set output "plot-tmp.tex"
set datafile separator ","
plot 'data.csv' every::1::7 using 1:2 with lines