?? g2.gnuplot
字號:
set terminal epslatex monochrome 8set output "../plots/figSine1g.eps"resetset style function linesset size 1.0, 1.0set origin 0.0, 0.0set multiplotset origin 0,0set size 0.5,0.47unset titleset yrange [0:1]set ylabel "IB1\nPrequential Error"set xlabel "Nr. Examples"set xtics 0, 9000, 32000plot "< head -31999 sine1g.arff_EDDM_lazy.IB1.txt | awk '{print $1}'" t "\\tiny{EDDM}" with lreplot "< head -31999 sine1g.arff_JGamaMethod_lazy.IB1.txt | awk '{print $1}'" t "\\tiny{DDM}" with lset origin 0,0.45set size 0.5,0.50set title "Global"set ylabel "C4.5\nPrequential Error"unset xlabelplot "< head -31999 sine1g.arff_EDDM_trees.J48.txt | awk '{print $1}'" t "\\tiny{EDDM}" with lreplot "< head -31999 sine1g.arff_JGamaMethod_trees.J48.txt | awk '{print $1}'" t "\\tiny{DDM}" with lunset ylabelset origin 0.5,0set size 0.5,0.47unset title set xlabel "Nr. Examples"plot "< head -31999 sine1g.arff_EDDM_lazy.IB1.txt | awk '{print $2}'" t "\\tiny{EDDM}" with lreplot "< head -31999 sine1g.arff_JGamaMethod_lazy.IB1.txt | awk '{print $2}'" t "\\tiny{DDM}" with lset origin 0.5,0.45set size 0.5,0.5set title "Local"unset xlabelplot "< head -31999 sine1g.arff_EDDM_trees.J48.txt| awk '{print $2}'" t "\\tiny{EDDM}" with lreplot "< head -31999 sine1g.arff_JGamaMethod_trees.J48.txt | awk '{print $2}'" t "\\tiny{DDM}" with lunset multiplotset output
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -