From maintainers-request at octave dot org Thu Nov 18 04:54:23 2004 Subject: Re: Octave 2.1.63 available for ftp From: Paul Kienzle To: "John W. Eaton" Cc: octave maintainers mailing list Date: Thu, 18 Nov 2004 05:54:07 -0500 On Nov 17, 2004, at 1:47 PM, John W. Eaton wrote: > For later 3.x releases: > ... > Comments? The current situation with automatic_replot and gnuplot is difficult. The only solution I can see is for Octave to hold off plotting the graph for a while until it knows whether or not titles, etc. are forthcoming. For 3.0, you may want to force a clear plot command each time a new plot is started so that titles, etc. are cleared, unless hold is on of course. Handling plotting properly in octave-forge will be crufty without some changes before 3.0. Currently it isn't handled properly. - Paul