From: Ethan M. <merritt@u.washington.edu> - 2007-05-31 20:35:15
|
On Thursday 31 May 2007 12:55, Daniel J Sebald wrote: > As you explained, the mouse-in-only-one-window limitation came back to me, so > that is why the asterisk. Yet, some would consider the mouse-in-only-one-window > a bug in itself. It's not a bug. It's an intrinsic limitation of the way gnuplot operates. Most of the hot-keys, like e=replot l=log-scale, etc, require redrawing the plot from scratch. But that is only possible for the currently active plot window. We have long since lost the context and information needed to redraw old plot windows, so we cannot respond to those hot-keys. Possibly the r=ruler key could default to all windows. I'm not sure. -- Ethan A Merritt |