From d2722d316c689bac35fedf8d3566e104278aa021 Mon Sep 17 00:00:00 2001 From: jonathan santis Date: Thu, 28 Nov 2024 11:39:33 +0100 Subject: [PATCH] add note for gnuplot --- gnuplot.note | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 gnuplot.note diff --git a/gnuplot.note b/gnuplot.note new file mode 100644 index 0000000..88aeee3 --- /dev/null +++ b/gnuplot.note @@ -0,0 +1,5 @@ +gnuplot +set datafile separator ',' +set key autotitle columnhead +plot 'plot.dat' using 0:1, 'plot.dat' using 0:2, 'plot.dat' using 0:3, 'plot.dat' using 0:4 +