aboutsummaryrefslogtreecommitdiffstats
path: root/207/plots.gp
blob: f197258690ca7dbd19d5078e2215b33caff0df80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set term pngcairo size 1000, 800
set grid

#f1(x) = a1*x+b1
#fit f1(x) '.plot' using 1:2:3 yerr via a1, b1

set output ''
set title ""
set xlabel ""
set ylabel ""
set key top left

#set label sprintf("A = %.4g\n B = %.4g", a1, b1) at graph 0.2, 0.9 front boxed
#plot 	'.plot' using 1:2:3 with yerrorbars notitle lc 0 pt 1 lw 2,	\
#	f1(x) title "" lc rgb "red"