octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

2.9.14+ hold issue


From: Fredrik Lingvall
Subject: 2.9.14+ hold issue
Date: Wed, 26 Sep 2007 10:27:53 +0200
User-agent: Thunderbird 2.0.0.6 (X11/20070804)

On the current CVS  (and gnuplot CVS),

octave:69> figure(2);
octave:70> clf;
octave:71>
octave:71> plot(Ro(:,1),Ro(:,3),'o');
octave:72> hold
warning: __plt_get_axis_arg__: some elements in list of return values are undefined
error: invalid conversion from matrix to real vector
error: get: expecting graphics handle as first argument
error: evaluating assignment expression near line 44, column 14
error: called from `hold' in file `/usr/local//share/octave/2.9.14+/m/plot/hold.m'
octave:72> plot(Ro_orig(:,1),Ro_orig(:,3),'r*');
octave:73>

If I add 'on' after hold then there is no problem but I think hold should default
to 'hold on' after a clf;

Octave was build with:

Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.2/work/gcc-4.1.2/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.2 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.2/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --enable-multilib --enable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.2 (Gentoo 4.1.2 p1.0.1)

./configure CFLAGS="-O3 -pipe -m64 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread" CXXFLAGS="-O3 -pipe -m64 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread" FFLAGS="-O3 -pipe -m64 -fdefault-integer-8 -mtune=nocona -march=nocona -mfpmath=sse -msse2 -msse3 -fomit-frame-pointer -funroll-loops -fprefetch-loop-arrays -pthread" --enable-64 --prefix=/usr/local/ --with-blas=/usr/local/lib/libBLAS.so --with-lapack=/usr/local/lib/libLAPACK.so --enable-shared --without-hdf5

/Fredrik


reply via email to

[Prev in Thread] Current Thread [Next in Thread]