2026/07/02 15:16:07 [TRACE] Session ID: 5efea9b53ffbed46 2026/07/02 15:16:07 [TRACE] CSRF Token: XP3Nzy9S5N60ZBX6uJKisnwWb0E6MTc4Mjk5NDU2NjkzNDI1Mjg5Mw== 2026/07/02 15:16:07 [TRACE] Template: repo/home HTTP/1.0 200 OK Content-Type: text/html; charset=UTF-8 Date: Thu, 02 Jul 2026 12:16:07 GMT radu/LaTeX-examples: More than 570 examples for the usage of LaTeX. @ bf45366b888038f6e28271ebc0416af2176e65fe - ICI Gogs
Martin Thoma 7a367fc289 gnuplut+csv example fixed 13 年之前
..
Makefile e3a4193f41 added gnuplot csv example 13 年之前
README.md 7a367fc289 gnuplut+csv example fixed 13 年之前
data.csv e0e6349038 added gnuplot example 13 年之前
draw-csv.png 7a367fc289 gnuplut+csv example fixed 13 年之前
draw-csv.tex e3a4193f41 added gnuplot csv example 13 年之前
plot.gnuplot 7a367fc289 gnuplut+csv example fixed 13 年之前

README.md

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