File: AdditiveSeries_1_gnuplot.cmd

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (6 lines) | stat: -rw-r--r-- 602 bytes parent folder | download
1
2
3
4
5
6
set ylabel "ion count"
set xlabel "concentration"
set key left Left reverse
set terminal postscript eps 
set output "AdditiveSeries_1_gnuplot_tmp.eps"
plot "AdditiveSeries_1_gnuplot_tmp.dat"  w points ps 2 pt 1 lt 8 title "data" ,  0.0782404+0.210347*x lt 2 lw 3 title "linear regression: 0.0782404 + 0.210347 * x" , "AdditiveSeries_1_gnuplot_tmp.dat"  w points ps 2 pt 1 lt 8 notitle , "AdditiveSeries_1_gnuplot_tmp.err"  using ($1):(0) w points pt 13 ps 2 lt 1 title "x-intercept: -0.371959" , "AdditiveSeries_1_gnuplot_tmp.err"  w xerrorbars lw 3 lt 1 title "95% interval: [ -0.403779, -0.341014 ]"