|
From: Daniel J S. <dan...@ie...> - 2003-10-23 17:38:41
|
Daniel J Sebald wrote:
> In other words, from a fresh invocation
>
> set term x11 3
>
> creates no window. But
>
> plot sin(x)
> set term x11 3
>
> creates _two_ windows.
You are probably wondering what I mean because the
current version doesn't do this, as I just realized. What
I am speaking of the system's behavior after an alteration
to the 'N' option for changing the X11 window via
"set term x11 5"
[If you type the following, you'll notice you are unable
to resize the first plot... that should be fixed at some
point.
plot sin(x)
set term x11 4
{try resizing first plot}]
I guess the question boils down to should the command
set term x11 7
cause an empty X11 window to appear on the desktop
if it didn't already exist? Or should it be until after something
is actually plotted to the window that it appears on the
desktop?
Dan
--
Dan Sebald
email: daniel . sebald @ ie ee . o rg
URL: ht tp://acer-access.c om/~dsebald @ acer-access.c om/
|