As a workaround, this works: pd 'qtc c:\tmp\plot.png 1880 360' exit 0
It creates an image file with the graphics, shows it with the default image viewer, and exits jqt. On Fri, Sep 9, 2016 at 3:21 PM, Moon S <[email protected]> wrote: > Yes it should have been something like pd 'qt 1880 360' but alas it > doesn't work. That's why I asked. > > It's also seems impossible to use QT_DEFSIZE(_jzplot_) in any way. Even > modifying it in jzplot.ijs did not help. > > On Fri, Sep 9, 2016 at 2:20 PM, Robert Herman <[email protected]> wrote: > >> Always been curious about this too. >> >> None of those options work for me under J805/w64 in the JQT window. >> >> I also tried: >> >> pd 'isi [1200 600]' >> pd 'isi 1200 600' >> pd 'show [1200 600]' >> pd 'show 1200 600' >> >> The window still defaults to 400 386. Where is the QT_DEFSIZE var defined, >> or how can I change it in a program? >> >> Thanks. >> >> Rob >> >> >> >> On 9 September 2016 at 17:47, bill lam <[email protected]> wrote: >> >> > It should in plot/commands > output commands. >> > eg, pd 'qt 1880 360' >> > >> > or you can change its default size QT_DEFSIZE >> > >> > Пт, 09 сен 2016, Moon S написал(а): >> > > In JQt (8.05 Win 64) I do something like this: >> > > >> > > require'plot' >> > > pd'reset' >> > > pd (i.1000);?1000#100 >> > > >> > > pd'show' >> > > >> > > >> > > I get the chart on my screen with the client area sized 480x360 >> pixels. >> > > >> > > I have read wiki pages on plot, pd options and commands, but I could >> not >> > > find a way to make it bigger, e.g. 1880x360. How can I set the size of >> > the >> > > window with the chart? Any option for that? >> > > >> > > >> > > Thank you. >> > > >> > > >> > > Geogriy Pruss >> > > ------------------------------------------------------------ >> ---------- >> > > For information about J forums see http://www.jsoftware.com/forum >> s.htm >> > >> > -- >> > regards, >> > ==================================================== >> > GPG key 1024D/4434BAB3 2008-08-24 >> > gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3 >> > gpg --keyserver subkeys.pgp.net --armor --export 4434BAB3 >> > ---------------------------------------------------------------------- >> > For information about J forums see http://www.jsoftware.com/forums.htm >> > >> ---------------------------------------------------------------------- >> For information about J forums see http://www.jsoftware.com/forums.htm >> > > ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
