From maintainers-request at octave dot org Sun Dec 12 02:24:10 2004 Subject: Re: legend in 2.1.64 From: Daniel J Sebald To: octave maintainers mailing list Date: Sun, 12 Dec 2004 02:27:22 -0600 This is a multi-part message in MIME format. --------------010400060908040006030408 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Daniel J Sebald wrote: > error: called from `legend' in file > `/usr/local/share/octave/2.1.64/site/m/octave-forge/plot/legend.m' Oh, that's in octave-forge... "patch attach" Dan --------------010400060908040006030408 Content-Type: text/x-patch; name="legend.patch" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="legend.patch" --- legend.m.orig 2004-12-07 19:58:50.000000000 -0600 +++ legend.m 2004-12-12 02:19:52.463002152 -0600 at @ -121,7 +121,9 @@ _replot = 0; endswitch if _replot - replot + if automatic_replot + replot + endif return; endif endif --------------010400060908040006030408--