[Pkg-octave-devel] Bug#491878: octave-image: rgbplot does not work (with patch)
Francesco Potorti`
Potorti at isti.cnr.it
Tue Jul 22 15:53:41 UTC 2008
Package: octave-image
Version: 1.0.6-2
Severity: normal
File: /usr/share/octave/packages/image-1.0.6/rgbplot.m
--- /usr/share/octave/packages/image-1.0.6/rgbplot.m~ 2008-05-16 11:07:58.000000000 +0200
+++ /usr/share/octave/packages/image-1.0.6/rgbplot.m 2008-07-22 17:52:46.000000000 +0200
@@ -27,7 +27,7 @@ function h_out = rgbplot(map)
endif
## Plot
- h = plot(map(i,1), "-r", map(i,2), "g-", map(i,3), "b-");
+ h = plot(map(:,1), "-r", map(:,2), "g-", map(:,3), "b-");
if (nargout > 0)
h_out = h;
endif
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'testing-proposed-updates')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=it_IT at euro (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/bash
Versions of packages octave-image depends on:
ii imagemagick 7:6.3.7.9.dfsg1-2+b2 image manipulation programs
ii libatlas3gf-base [l 3.6.0-21.5 Automatically Tuned Linear Algebra
ii libblas3gf [libblas 1.2-1.6 Basic Linear Algebra Subroutines 3
ii libc6 2.7-10 GNU C Library: Shared libraries
ii libfftw3-3 3.1.2-3.1 library for computing Fast Fourier
ii libgcc1 1:4.3.1-2 GCC support library
ii libgfortran3 4.3.1-2 Runtime library for GNU Fortran ap
ii libhdf5-serial-1.6. 1.6.6-4 Hierarchical Data Format 5 (HDF5)
ii libjpeg62 6b-14 The Independent JPEG Group's JPEG
ii liblapack3gf [libla 3.1.1-0.5 library of linear algebra routines
ii libncurses5 5.6+20080308-1 Shared libraries for terminal hand
ii libpng12-0 1.2.27-1 PNG library - runtime
ii libreadline5 5.2-3 GNU readline and history libraries
ii libstdc++6 4.3.1-2 The GNU Standard C++ Library v3
ii octave3.0 1:3.0.1-4 GNU Octave language for numerical
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
octave-image recommends no packages.
-- no debconf information
More information about the Pkg-octave-devel
mailing list