From bug-octave-request at bevo dot che dot wisc dot edu Thu Jan 22 17:38:53 2004 Subject: Re: bug in octave 2.1.50 From: Thomas Burg To: "John W. Eaton" Cc: bug-octave at bevo dot che dot wisc dot edu Date: Fri, 23 Jan 2004 00:35:13 +0100 On Thu, Jan 22, 2004 at 03:44:58PM -0600, John W. Eaton wrote: > | Read the README, i put explanation, i give also an idea for a bugfix. > > Sorry, I don't understand exactly what change you are proposing. Can > you please say precisely what change in Octave would fix the problem > you are seeing? In fact, i don't make the fix and i don't try it. (sorry i have no time to learn how to use path and diff) I suggest : in subplot.m [...] if (columns*rows == 1) ## switching to single plot ? oneplot (); ## XXX FIXME XXX -- do we really need to reset these here? __multiplot_xn__ = 1; __multiplot_yn__ = 1; gset multiplot ## I suggest to add this else [...] I don't know if it's a good idea... I found an other probleme with the plot command. I ask to print 2 curves and it print 3. I will probably send a bug report for this another day. But i think it is not the aim of octave to make graphic output. isn't it ? Tb at + -- Thomas Burg burg at efrei dot fr Promo 2005 EFREI http://assos.efrei.fr/robot/ Ecole française d'électronique et d'informatique ------------------------------------------------------------- Octave is freely available under the terms of the GNU GPL. Octave's home on the web: http://www.octave.org How to fund new projects: http://www.octave.org/funding.html Subscription information: http://www.octave.org/archive.html -------------------------------------------------------------