Package: octave2.9 Version: 2.9.7-2 Severity: normal In Octave 2.1, these two commands give the same result: they first show a segment for one second, then they show two segments:
plot([1,2],[3,4]);sleep(1);clearplot;hold on;plot([0,1],[3,4]);plot([3,2],[3,4]);hold off plot([1,2],[3,4]);sleep(1);hold on;clearplot;plot([0,1],[3,4]);plot([3,2],[3,4]);hold off In Octave 2.9, they do different things, both wrong: - the first command line shows one segment, then three segments - the second command line shows one segment, then another single segment and, in quick succession, yet another single segment -- System Information: Debian Release: testing/unstable APT prefers testing APT policy: (990, 'testing'), (500, 'testing-proposed-updates') Architecture: amd64 (x86_64) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-amd64-k8-smp Locale: LANG=C, [EMAIL PROTECTED] (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Versions of packages octave2.9 depends on: ii fftw3 3.1.2-1 library for computing Fast Fourier ii lapack3 [liblapack.so.3] 3.0.20000531a-6 library of linear algebra routines ii libc6 2.3.6.ds1-4 GNU C Library: Shared libraries ii libgcc1 1:4.1.1-13 GCC support library ii libgfortran1 4.1.1-13 Runtime library for GNU Fortran ap ii libglpk0 4.11-2 linear programming kit (shared lib ii libhdf5-serial-1.6.5-0 [ 1.6.5-2 Hierarchical Data Format 5 (HDF5) ii libncurses5 5.5-3 Shared libraries for terminal hand ii libreadline5 5.1-7 GNU readline and history libraries ii libstdc++6 4.1.1-13 The GNU Standard C++ Library v3 ii libufsparse 1.2-7 collection of libraries for comput ii refblas3 [libblas.so.3] 1.2-8 Basic Linear Algebra Subroutines 3 ii texinfo 4.8.dfsg.1-2 Documentation system for on-line i ii zlib1g 1:1.2.3-13 compression library - runtime octave2.9 recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

