However, you can still generate a set of subplots with pd in one line of code
pd&>'sub 1 2';(0 10;'sin');'new';(_4 4;_4 4;'(+sin)~cos');'show' --- Devon McCormick <[EMAIL PROTECTED]> wrote: > Never mind - I mis-read the question. > > On 3/13/07, Oleg Kobchenko <[EMAIL PROTECTED]> wrote: > > > > How will pd like shown below produce a second window? > > > > > > --- Devon McCormick <[EMAIL PROTECTED]> wrote: > > > > > For finer window control, you have to abandon "plot" and move down to > > "pd". > > > > > > For example, to do what you asked: > > > pd 'reset;type line' > > > pd i.10 > > > pd 'show' > > > pd i.-10 > > > pd 'show' > > > > > > and so on. > > > > > > Alternately, if you know in advance the different lines you want to > > plot, > > > you can > > > combine them: > > > plot (i.10),:i.-10 > > > > > > > > > On 3/13/07, June Kim <[EMAIL PROTECTED]> wrote: > > > > > > > > plot i. 10 > > > > plot i. -10 NB. this one replaces the previous plot window > > > > > > > > How can I create two separate plot windows, without the latter > > > > replacing the former? ____________________________________________________________________________________ Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. http://videogames.yahoo.com/platform?platform=120121 ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
