On May 29, 2009, at 3:55 PM, Rik wrote:
5/29/09
Ben,
I have no idea why it's failing but I at least have isolated when the
new behavior was introduced. Using Mercurial's bisect command the
growing window problem was introduced in changeset 9098:5ecdb3d3568f.
The log entry is:
changeset: 9098:5ecdb3d3568f
user: Ben Abbott <address@hidden>
date: Mon Apr 06 18:57:42 2009 -0400
files: scripts/ChangeLog scripts/plot/
__gnuplot_default_font__.m
scripts/plot/__go_draw_axes__.m scripts/plot/__go_draw_figure__.m
description:
Allow fontsize to be specified for all objects with fontname == "*".
I tried a simple fix of setting a default font before running 'for
n=1:100; plot(1:1000); drawnow; end' but it didn't work.
--Rik
Rik,
Strange ... most of this changeset was later reverted ... at least
in part.
http://hg.savannah.gnu.org/hgweb/octave/rev/25cdd6096442
Regarding the bisect command, I'm unfamiliar with it. Can you show
me how to use it in this instance?
Ben