Thanks I can reproduce the behavior. From the source code in draw/win.ijs it seems the expected behavior will be such that it can remember the last window position and size and reuse it for newly created window. Either the documentation or the implementation is wrong, but I'm not sure.
Ср, 04 сен 2013, Philip A Viton писал(а): > > Per Bill Lam's request, an example. (Run with J602, win7 and winxp) > > load 'plot' > data =. 1 2 3 4 5 > > pd 'reset' > pd 'type bar' > pd data > pd 'show' > > now repeat, substituting > > pd 'isi 1000 1000' > > for the 'show' command. Result looks > exactly the same to me. > > > ------------------------ > Philip A. Viton > City Planning, Ohio State University > 275 West Woodruff Avenue, Columbus OH 43210 > [email protected] > > > ---------------------------------------------------------------------- > For information about J forums see http://www.jsoftware.com/forums.htm -- regards, ==================================================== GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
