Bug#401138: octplot: subplot is too talkative

2006-11-30 Thread Michael Gilbert
tag 401138 patch thank you here is a quite trivial patch to fix the problem: --- subplot.m.orig 2006-11-30 23:27:26.0 -0500 +++ subplot.m 2006-11-30 23:27:55.0 -0500 @@ -35,7 +35,7 @@ if (nargin==1) if(isscalar(m)) if(m<=999 & m>=111) -m=num2str(floor(m

Bug#401138: octplot: subplot is too talkative

2006-11-30 Thread Michael Gilbert
Package: octplot Version: 0.3.9-1 Severity: normal the octplot version of subplot is too talkative 1:> subplot(211) 2:> subplot(211); 3:> toggle_octplot 4:> subplot(211) m = 211 5:> subplot(211); m = 211 at leas when semicoloned, subplot output should be quiet. thank you for the hard work. mik