mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
added gnuplot example
This commit is contained in:
parent
e3a4193f41
commit
e0e6349038
3 changed files with 22 additions and 9 deletions
13
math/gnuplot/draw-csv/README.md
Normal file
13
math/gnuplot/draw-csv/README.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
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`
|
||||
|
||||
Examples
|
||||
--------
|
||||
* http://www.gnuplotting.org/tag/data/
|
Loading…
Add table
Add a link
Reference in a new issue