|
From: Tatsuro M. <tma...@ya...> - 2009-09-04 21:34:57
|
Hello In the octave ML, it is reported the following bug report concerning gnuplot backend. http://www.nabble.com/colorbar-(windows-version)-p25168238.html This problem did not occur in the x11 terminal emf and png terminals. (I have tested only on this tree term.) The same problem have reported by Ben Abbott on the "aqua" terminal on Mac OSX. See: http://www.nabble.com/Re%3A-colorbar-(windows-version)-p25170589.html The attachment file is the capture of pipe stream from octave to gnuplot after some modification for treating it at ease. This can be used from shell prompt as following $ cat debug.bin | gnuplot The text part of debug.bin is shown in the following ********** unset multiplot; set terminal GNUTERM enhanced title "Figure 1" set output 'foo.txt'; set multiplot; reset; set autoscale keepfix; set origin 0, 0 set size 1, 1 set tmargin screen 0.925; set bmargin screen 0.11; set lmargin screen 0.8275; set rmargin screen 0.874; unset label; unset xtics; unset ytics; unset ztics; unset x2tics; unset x2tics; unset title; unset xlabel; unset x2label; unset ylabel; unset y2label; unset zlabel; set grid noxtics; set grid noy2tics; set grid noztics; set grid nomxtics; set grid nomy2tics; set grid nomztics; set grid front; set border front; unset grid; unset xtics; unset mxtics; unset x2tics; unset mx2tics; set format y2 "%g"; set y2tics border in scale 1.4 mirror font ",12"; unset my2tics; unset ytics; unset mytics; set format z "%g"; set ztics border in scale 1.4 mirror font ",12"; unset mztics; unset logscale x; unset logscale y2; unset logscale z; set clip two; set pm3d implicit; set hidden3d; set xrange [0.000000000000000e+000:1.000000000000000e+000] noreverse; set yrange [0.000000000000000e+000:1.000000000000000e+000] noreverse; set y2range [0.000000000000000e+000:1.000000000000000e+000] noreverse; set cbrange [1:64]; set border 431; set border lw 0.500000; unset key; set style data lines; set palette positive color model RGB maxcolors 64; set palette file "-" binary record=64 using 1:2:3:4; (binary data deleted) unset colorbox; plot "-" binary array=2x64 scan=yx origin=(0,0.0078125) dx=1 dy=0.015625 using 1 title "" with image; \ ; (binary data deleted) set bmargin screen 0.11; set lmargin screen 0.13; set rmargin screen 0.75; unset label; unset xtics; unset ytics; unset ztics; unset x2tics; unset x2tics; unset title; unset xlabel; unset x2label; unset ylabel; unset y2label; unset zlabel; set grid noxtics; set grid noytics; set grid noztics; set grid nomxtics; set grid nomytics; set grid nomztics; set grid layerdefault; set border back; unset grid; set format x "%g"; set xtics border in scale 1.4 mirror font ",12"; unset mxtics; unset x2tics; unset mx2tics; set format y "%g"; set ytics border in scale 1.4 mirror font ",12"; unset mytics; unset y2tics; unset my2tics; set format z "%g"; set ztics border in scale 1.4 mirror font ",12"; unset mztics; unset logscale x; unset logscale y; unset logscale z; set clip two; set pm3d implicit; set hidden3d; set xrange [0.000000000000000e+000:1.000000000000000e+000] noreverse; set yrange [0.000000000000000e+000:1.000000000000000e+000] noreverse; set cbrange [0:1]; set border 431; set border lw 0.500000; unset key; set style data lines; set palette positive color model RGB maxcolors 64; set palette file "-" binary record=64 using 1:2:3:4; (binary data deleted) unset colorbox; plot "-"; Inf Inf e pause 30 ************ Any comments ? Regards Tatsuro -------------------------------------- Thanks 10 years! Yahoo! Shopping and Yahoo! Auctions http://pr.mail.yahoo.co.jp/ec10years/ |