change custom variable format to fformat b/c format is already used
This commit is contained in:
@@ -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='svg'; out='line.svg'" line.gp
|
||||
gnuplot -e "file='data.dat'; column1=1; column2=2; fformat='svg'; out='line.svg'" line.gp
|
||||
run script with altered variables
|
||||
|
||||
[line.gp](./line.gp)
|
||||
|
||||
Reference in New Issue
Block a user