mirror of
https://asciireactor.com/otho/psdlag-agn.git
synced 2024-11-22 14:05:06 +00:00
10 lines
211 B
Gnuplot
10 lines
211 B
Gnuplot
set terminal png
|
|
set termoption dash
|
|
set output "%OUTPUTFILE"
|
|
|
|
|
|
plot '%FILE1' using 1:2:3:4 with xyerrorbars\
|
|
set logscale x
|
|
set xrange [0.005:0.603]
|
|
set arrow from 0.005,0 to 0.603,0 nohead lt 3 lc rgb 'black'
|