David,

As far as I can tell the plotdef argument should be: plotdef 'canvas';400
300

I don't think your inclusion of the filename is right. Perhaps it should be.

Does your example work? Does the filename part have any effect?

On Sun, Dec 4, 2011 at 7:22 PM, David Mitchell <davidmitch...@att.net>wrote:

> Excellent!  Thanks, Eric.
>
> I found that I could run the demo plots using this process:
>
> load'plot'
> load'~addons/demos/plot/plotdemos.ijs'
> plotdef 'canvas ~temp\plot.html';400 300
> plotdemos 53
> jhsplot''
>
> It generated very nice inline plots in FF8.
>
> On 12/4/2011 18:11, Eric Iverson wrote:
> > The latest JHS update allows J plots to be displayed directly in the jijx
> > session. This is perhaps the best way for casual use of plots and will
> > probably become the default.
> >
> > JAL update to latest ide/jhs then stop and restart JHS server.
> >
> > start jijx browser page
> >     load'plot'
> >     plotdef 'jijx';400 100
> >     jhsplot plot 10?10
> >     jhsplot plot 100?100
> >
> > This new facility (plots embedded in jijx session) is not currently
> > supported for the iPad but will be shortly.
> >
> > After a few more integration changes you won't need to do the jhsplot as
> it
> > will be selected by the plotdef 'jijx' and you will by default get your
> > plots in your jijx log.
> > ----------------------------------------------------------------------
> > 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

Reply via email to