modified: Makefile
[GalaxyCodeBases.git] / perl / etc / ifollowQplot.dem
blob6f70906964945fe5dfba6d298cfbee022b85e608
1 set title ""
2 unset key
3 set tic scale 0
5 set term png font "/export/data0/Fonts/win7/arial.ttf" 48 size 2102,1576 truecolor linewidth 3
6 set output "ifollowQplot.png"
8 # Color runs from white to green
9 set palette rgbformula 34,35,36
10 set cbrange [0:0.2]
11 set cblabel "Ratio 0~0.2"
12 unset cbtics
14 set xrange [1:41]
15 set yrange [1:41]
17 set view map
19 set xlabel "Following Q"
20 set ylabel "Leading Q"
22 plot 'tmp' using 2:1:3 with image