g3.gnuplot

来自「R language dataset generate program. And」· GNUPLOT 代码 · 共 32 行

GNUPLOT
32
字号
set terminal epslatex monochrome 8set output "../plots/figElec.eps"resetset style function linesset size 1.0, 0.8set origin 0.0, 0.0set multiplotset origin 0,0set size 0.52,0.8set title "C4.5"set yrange [0:0.4]set ylabel "Prequential Error"set xlabel "Nr. Examples"set xtics 0, 10000, 45000plot "< head -45311  elec2.arff_EDDM_trees.J48.txt | awk '{print $1}'"  t "\\tiny{EDDM}" with lreplot "< head -45311 elec2.arff_JGamaMethod_trees.J48.txt | awk '{print $1}'" t "\\tiny{DDM}" with lset origin 0.50,0set size 0.47,0.8set title "IB1"unset ylabelplot "< head -45311  elec2.arff_EDDM_lazy.IB1.txt | awk '{print $1}'"  t "\\tiny{EDDM}" with lreplot "< head -45311 elec2.arff_JGamaMethod_lazy.IB1.txt | awk '{print $1}'" t "\\tiny{DDM}" with lunset multiplotset output

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?