2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
LaTeX-examples/math/gnuplot/draw-csv
2013-05-16 12:43:27 +02:00
..
data.csv added gnuplot example 2012-10-28 21:14:56 +01:00
draw-csv.png gnuplut+csv example fixed 2013-05-16 12:43:27 +02:00
draw-csv.tex added gnuplot csv example 2012-10-28 20:35:56 +01:00
Makefile added gnuplot csv example 2012-10-28 20:35:56 +01:00
plot.gnuplot gnuplut+csv example fixed 2013-05-16 12:43:27 +02:00
README.md gnuplut+csv example fixed 2013-05-16 12:43:27 +02:00

GnuPlot and CSV-Files

Syntax: plot 'data.csv' every::1::7 using 1:2 with boxes

  • data.csv: The CSV-file
  • every::1::7: use data from line 1 to line 7
  • using 1:2: use first and second column
  • with boxes: can also be lines or vectors head size 0.1,20,60 filled lc palette

Example

Examples