Dear list,

when I want to plot several graphs into several windows,
I was advised a few years ago to use (as an example)


        load'plot'
        p1=: ''conew'jwplot'
        plot__p1 1 2 3
        p2=: ''conew'jwplot'
        plot__p2 5 4 2


which works when you use jqt. When you run this code from
jconsole, this seems to create just one temporary file and
the two instances of "gv" (or whatever program is supposed
to open .pdf) show the same (2nd) plot. Is there any simple
way out, other then control the filenames etc. manually?

Thanks for your comments. 


Best regards,
Ruda

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to