Please note that the examples you ran (jgcp.ijs) have nothing to do with
gnuplot.

JHS has 3 plotting facilities - J plot, Google Charts, and gunplot.

I suggest that J plot is the best for most uses.

Read the jhelp documentation and do the necessary JAL updates. Then you
should be able to do:

   load'plot'
   plot 10?10

On Mon, Dec 5, 2011 at 9:47 PM, Linda Alvord <lindaalv...@verizon.net>wrote:

> Once I got gnuplot unzipped in a useful place (I think it is in 4 places),
> this worked like a charm!
>
> load'~addons/ide/jhs/jgcp.ijs'
>   jgc'help'  NB. plot info
>   jgcx''     NB. examples
>
> It should be fun to see what's possible in this environment. Thanks to
> everyone who helped.  It kept making more sense as I read and followed your
> suggestions.
>
> Linda
>
> -----Original Message-----
> From: programming-boun...@jsoftware.com
> [mailto:programming-boun...@jsoftware.com] On Behalf Of Eric Iverson
> Sent: Monday, December 05, 2011 9:08 PM
> To: Programming forum
> Subject: Re: [Jprogramming] latest JHS frames
>
> Fixed now. Update jhs and be sure graphics/plot is also up to date.
>
> On Mon, Dec 5, 2011 at 8:54 PM, Kip Murray <k...@math.uh.edu> wrote:
>
> > Problem getting to jijxaz
> >
> > I updated to ide/jhs 1.0.125
> >
> > Exited jhs server and restarted it
> >
> > Tried to go to 127.0.0.1:65001/jijxaz got response
> >
> > get/post request failed
> > response code 409
> > application did not produce result
> > try browsing to url again
> > additional info in jijx
> >
> > Tried browsing to url again, same result
> >
> > jijx says
> >
> > not found: c:/users/kip murray/j701/addons/ide/jhs/jijxaz.ijs
> > |file name error: script
> > |       0!:0 y[4!:55<'y'
> > *** response not sent for jijxaz
> > *** html409 Conflict
> >
> >    JVERSION
> > Engine: j701/2011-01-10/11:25
> > Library: 7.01.051
> > Platform: Win 32
> > Installer: j701a_win.exe
> > InstallPath: c:/users/kip murray/j701
> >
> > Windows 7 Service Pack 1
> >
> >
> > On 12/5/2011 6:21 PM, Eric Iverson wrote:
> > > The latest JHS update includes preliminary support for frames. It might
> > be
> > > worth a look.
> > >
> > > start JHS server
> > > browse to URL jijxaz (perhaps start at your jijx bookmark and edit url
> to
> > > end in az)
> > >
> > > You'll get 2 frames. The top is jijx and the bottom is jhelp. Try the
> > links
> > > in the bottom frame. For example, link to jijs, type in a sentence, and
> > run
> > > it.
> > >
> > > The top frame is framea and the bottom frame is framez. You can drag
> the
> > > divider between the frames.
> > >
> > > The verb jhsshow can put a new url in a frame. For example,
> > >
> > >     'framez' jhsshow 'jfile'
> > >
> > > You can use a frame for plots.
> > >
> > >     load'plot'
> > >     plotfix''
> > >     load '~Demos/plot/plotdemos.ijs'
> > >     plotdef 'show' ; 'framez' ; 400 200 NB. show plot in window framez
> > >     plotdemos 1
> > >     plotdemos 52
> > > ----------------------------------------------------------------------
> > > 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
>
> ----------------------------------------------------------------------
> 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