File: example.plot.xtxt

package info (click to toggle)
eigensoft 7.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,696 kB
  • sloc: ansic: 32,354; perl: 470; makefile: 107; 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