# set terminal pngcairo transparent enhanced font "arial,8" fontscale 1.0 size 660, 320 # set output 'finance.9.png' set format y "%1.0f" set grid nopolar set grid xtics nomxtics ytics nomytics noztics nomztics nortics nomrtics \ nox2tics nomx2tics noy2tics nomy2tics nocbtics nomcbtics set grid layerdefault lt 0 linecolor 0 linewidth 0.500, lt 0 linecolor 0 linewidth 0.500 set size ratio 0 1,0.3 set xtics norangelimit set xtics (66.0000, 87.0000, 109.000, 130.000, 151.000, 174.000, 193.000, 215.000, 235.000) set ytics norangelimit 500 set xrange [ 50.0000 : 253.000 ] noreverse set lmargin 9 set rmargin 2 set tmargin 0 NO_ANIMATION = 1 ## Last datafile plotted: "finance.dat" ## Last plot was a multiplot # saved multiplot set multiplot set title "Add average volume" set size 1, 0.7 set origin 0, 0.3 set bmargin 0 plot 'finance.dat' using 0:2:3:4:5 notitle with financebars lt 8, 'finance.dat' using 0:9 notitle with lines lt 3, 'finance.dat' using 0:10 notitle with lines lt 1, 'finance.dat' using 0:11 notitle with lines lt 2, 'finance.dat' using 0:8 axes x1y2 notitle with lines lt 4 unset label 1 unset label 2 unset title set bmargin set format x set size 1.0, 0.3 set origin 0.0, 0.0 set tmargin 0 unset logscale y set autoscale y set format y "%1.0f" set ytics 500 plot 'finance.dat' using 0:($6/10000) notitle with impulses lt 3, 'finance.dat' using 0:($7/10000) notitle with lines lt 1 unset multiplot