File: example.plot.xtxt

package info (click to toggle)
eigensoft 8.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,936 kB
  • sloc: ansic: 33,392; perl: 717; makefile: 104; sh: 10
file content (8 lines) | stat: -rw-r--r-- 245 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
set terminal postscript color
set title  "" 
set key outside
set xlabel  "eigenvector 1" 
set ylabel  "eigenvector 2" 
plot  "example.evec.1:2:Case" using 2:3 title "Case" , \
 "example.evec.1:2:Control" using 2:3 title "Control" 
## pause 9999