|
From: Ethan M. <merritt@u.washington.edu> - 2004-09-13 17:18:04
|
On Monday 13 September 2004 10:21 am, Daniel J Sebald wrote: > > For developers' sake, the change isn't too drastic. The one conceptual > change is that I moved the code that keeps track of the "most recent > plot number" to inside gnuplot_x11.c instead of x11.trm. (You see, if > x11.trm keeps setting the number every time it does a plot, then the > non-numbered plots lose the "current_plot" status. What is a "non-numbered plot"? Surely if x11 is processing a "replot" command, this needs to go to the last window that x11.trm itself knew about. What else could it mean? I don't see how gnuplot_x11 can know this better than x11.trm itself. > I see no reason for > x11 to change "current_plot" except during a "set term x11" command... I don't see "current_plot" anywhere in x11.trm. Could you please mention specific lines of code, or give the actual variable name? -- Ethan A Merritt merritt@u.washington.edu Biomolecular Structure Center Mailstop 357742 University of Washington, Seattle, WA 98195 |