-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathoutdegordered2017.gnuplot
More file actions
18 lines (16 loc) · 931 Bytes
/
outdegordered2017.gnuplot
File metadata and controls
18 lines (16 loc) · 931 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set terminal pdf
set output "outdegordered2017.pdf"
set ytics nomirror
#set xrange[-20:*]
#set yrange[1:200]
set tics font ",9" rotate by 35 right
unset xtics
#set logscale y
set xlabel "Transcription factors" offset 0,-0.5
set ylabel "Out-degree" offset 1.5,0
plot 'yeast2017-B-E-net.outdegordered' using 1:2 w lp lw 2 ps 0.3 pt 14 lc rgb "#9400d3" t "Yeastract - B | E",\
'yeast2017-B-net.outdegordered' using 1:2 w lp lw 2 ps 0.3 pt 6 lc rgb "#00c000" t "Yeastract - B",\
'yeast2017-E-net.outdegordered' using 1:2 w lp lw 2 ps 0.3 pt 16 lc rgb "#87cefa" t "Yeastract - E",\
'yeast2017-BE-net.outdegordered' using 1:2 w lp lw 2 ps 0.3 pt 8 lc rgb "#ffa500" t "Yeastract - B \\& E",\
'Balaji_dataset.outdegordered' using 1:2 w lp lw 2 ps 0.3 pt 12 lc rgb "#ffff00" t "Balaji - B",\
'Costanzo_dataset.outdegordered' using 1:2 w lp lw 2 ps 0.3 pt 10 lc rgb "#0000cd" t "Costanzo - B"