mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
5 lines
123 B
Text
5 lines
123 B
Text
|
set terminal latex
|
||
|
set output "plot-tmp.tex"
|
||
|
set datafile separator ","
|
||
|
plot 'data.csv' every::1::7 using 1:2 with lines
|