From 464509ff0a0108a907ca6c5b774320f09bd276f7 Mon Sep 17 00:00:00 2001 From: Daniel Weschke Date: Fri, 23 Apr 2021 23:51:05 +0200 Subject: [PATCH] update md --- gnuplot/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnuplot/README.md b/gnuplot/README.md index d64accd..b85fe8f 100644 --- a/gnuplot/README.md +++ b/gnuplot/README.md @@ -6,7 +6,7 @@ usage: gnuplot line.gp run line.gp script gnuplot -p line.gp run script and kepp figure open - gnuplot -e "file='data.dat'; column1=1; column2=2; format=''; out=''" line.gp + gnuplot -e "file='data.dat'; column1=1; column2=2; format='png'; out='line.png'" line.gp run script with altered variables [line.gp](./line.gp)