[Pkg-octave-devel] Bug#401138: octplot: subplot is too talkative
Michael Gilbert
michael.s.gilbert at gmail.com
Fri Dec 1 05:31:15 CET 2006
tag 401138 patch
thank you
here is a quite trivial patch to fix the problem:
--- subplot.m.orig 2006-11-30 23:27:26.000000000 -0500
+++ subplot.m 2006-11-30 23:27:55.000000000 -0500
@@ -35,7 +35,7 @@
if (nargin==1)
if(isscalar(m))
if(m<=999 & m>=111)
- m=num2str(floor(m))
+ m=num2str(floor(m));
endif
endif
More information about the Pkg-octave-devel
mailing list