16 lines
390 B
Markdown
16 lines
390 B
Markdown
|
|
# Table of Contents
|
|
|
|
|
|
|
|
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
|
|
run script with altered variables
|
|
|
|
[line.gp](./line.gp)
|
|
|
|

|
|
|