Re: [Jprogramming] JHS plot update

2011-12-07 Thread Aai
ilto:programming-boun...@jsoftware.com] On Behalf Of Ric Sherlock > Sent: Wednesday, December 07, 2011 4:30 AM > To: Programming forum > Subject: Re: [Jprogramming] JHS plot update > > You are probably thinking of: > deb ,(toupper>d),"1 ' ' > THIS IS A TES

Re: [Jprogramming] JHS plot update

2011-12-07 Thread Linda Alvord
Maybe Bjorn can find the original message. Linda -Original Message- From: programming-boun...@jsoftware.com [mailto:programming-boun...@jsoftware.com] On Behalf Of Ric Sherlock Sent: Wednesday, December 07, 2011 4:30 AM To: Programming forum Subject: Re: [Jprogramming] JHS plot update

Re: [Jprogramming] JHS plot update

2011-12-07 Thread Ric Sherlock
t; From: programming-boun...@jsoftware.com > [mailto:programming-boun...@jsoftware.com] On Behalf Of Björn Helgason > Sent: Tuesday, December 06, 2011 6:10 AM > To: Programming forum > Subject: Re: [Jprogramming] JHS plot update > > I think the plot work is very important an

Re: [Jprogramming] JHS plot update

2011-12-07 Thread Linda Alvord
right not. Linda -Original Message- From: programming-boun...@jsoftware.com [mailto:programming-boun...@jsoftware.com] On Behalf Of Björn Helgason Sent: Tuesday, December 06, 2011 6:10 AM To: Programming forum Subject: Re: [Jprogramming] JHS plot update I think the plot work is very important and

Re: [Jprogramming] JHS plot update

2011-12-06 Thread Devon McCormick
I agree with Gosi about the importance of this. It would be headlining the NYCJUG meeting if we were having one this month. As it is, I hope to dredge up some time to play with it. On Tue, Dec 6, 2011 at 7:38 PM, bill lam wrote: > A search of lab files containing load plot or require plot, > >

Re: [Jprogramming] JHS plot update

2011-12-06 Thread bill lam
A search of lab files containing load plot or require plot, core/introcourse.ijt core/j.ijt core/locales.ijt general/circuittheoryii.ijt general/circuittheoryi.ijt general/fuzzy.ijt graphics/plot.ijt graphics/plotjhs.ijt livetexts/arithmetic.ijt livetexts/candg.ijt livetexts/finitemath.ijt livete

Re: [Jprogramming] JHS plot update

2011-12-06 Thread David Mitchell
Eric, I tried out the lab "A J Introduction" in JHS. Viewmat looked good and the various line plots looked ok. On 12/6/2011 8:56, Eric Iverson wrote: > Björn > > Thanks for the thanks. I know you emphasize the importance of labs. It > would be great if you could try a few of them to see if the

Re: [Jprogramming] JHS plot update

2011-12-06 Thread Björn Helgason
Fixing some of the labs are now just a matter of time and work. Nothing to worry about. What is important now is that issuing graphical stuff intended for GTK will brake JHS and probably not be healthy the other way around either. Those tasks can be handled by mere mortals so I assume now that J

Re: [Jprogramming] JHS plot update

2011-12-06 Thread Eric Iverson
Björn Thanks for the thanks. I know you emphasize the importance of labs. It would be great if you could try a few of them to see if the new plot helps them to run a bit better. Simple feedback that the lab situation is improved would be helpful. Previously because of the plot problems it was hard

Re: [Jprogramming] JHS plot update

2011-12-06 Thread Björn Helgason
I think the plot work is very important and it will increase the usability of J a lot. It has been a time well spent and shows what masters you guys all are. As far as I am concerned J7 has with this effort outdone J6 and that is no small feat. I was intending to complain about one minor issue t

Re: [Jprogramming] JHS plot update

2011-12-05 Thread Eric Iverson
This plot stuff has been a lot of fun. But it is coming to and end and I'd better get back to doing what I'm supposed to be doing. On Mon, Dec 5, 2011 at 8:48 PM, Joey K Tuttle wrote: > Eric, > > This is all improving rapidly. I just wanted to say that in my > configuration (described in an earl

Re: [Jprogramming] JHS plot update

2011-12-05 Thread Joey K Tuttle
Eric, This is all improving rapidly. I just wanted to say that in my configuration (described in an earlier message) I don't get the "automatic refresh of the installed DB" by using JAL because of the permissions thing I pointed out. But I'm fine using pacman & jpkg. Thanks! -joey On 2011/12/

[Jprogramming] JHS plot update

2011-12-05 Thread Eric Iverson
Update graphics/plot and ide/jhs to remove tempory plotfix. start JHS server load'plot' plot 10?10 -- For information about J forums see http://www.jsoftware.com/forums.htm

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread Joey K Tuttle
Yes, but the problem is that the JHS running on the server is running under a user that doesn't have permission to change the packages. I will use JAL to get a better understanding of what's there - and, of course, the remote user can see all the information fine. I'm glad the information base

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread Eric Iverson
JHS viewmat is partly broken as a result of the recent plot changes. JHS viewmat is defined by the jcgp.ijs script and it does not depend on the addon graphics/viewmat. Previously jgcp.ijs was loaded with JHS init but this doesn't make sense with J plot being the preferred plot. In JHS load'viewm

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread David Mitchell
I remember working with JHS inline viewmat during the J7 beta. But, the only viewmat I can find in J7 now seems to be a GTK version that opens a new viewmat window in from JHS. Is that J7 beta inline viewmat available somewhere? On 12/5/2011 10:17, Eric Iverson wrote: > Currently viewmat works

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread David Mitchell
Eric, You are correct, the filename is not needed and does not do anything. I was trying to make sure that the file created by plotdemos matched what jhsplot expects, but the default file name used by plotdef is what jhsplot wants. On 12/5/2011 10:23, Eric Iverson wrote: > David, > > As far as

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread Eric Iverson
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 wrote: > Excellent!

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread Eric Iverson
Currently viewmat works in a limited way in JHS without canvas. It would be possible to support all the viewmat features if the original J6 code was ported to J7 canvas. This would be an excellent project for an interested user to contribute. Until such time I think the current limited version is s

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-05 Thread Eric Iverson
Note that if you use JAL from JHS (link|jal) that the refresh is done for you. Using packman in jconsole you are working at a somewhat lower level than in jgtk or jhs. On Sun, Dec 4, 2011 at 7:24 PM, Joey K Tuttle wrote: > Actually, it was just me being confused (and needing to refresh the JAL >

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread David Mitchell
Eric, Do you know if anyone is working on converting viewmat to the canvas format? That seems to be one of the last graphic lacks in J7. 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

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread Joey K Tuttle
Actually, it was just me being confused (and needing to refresh the JAL catalog...) It now works for me, I like the embedded plot. And it works great on the iPad too, even better! Thanks Eric - I'll try to remember to always refresh the catalog (something that no doubt gets done automatically

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread David Mitchell
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 lates

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread Ric Sherlock
This is working really well for me. I agree that the ideal will be for output to the jijx log to be the default. Thanks to Bill & Eric for these developments. This is what I've been hoping for in JHS from the beginning. On Mon, Dec 5, 2011 at 12:11 PM, Eric Iverson wrote: > The latest JHS update

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread Ric Sherlock
From that output it appears that you have version 1.0.120 of ide/jhs installed, but that the later version 1.0.123 is available for installation from JAL. Assuming that there aren't any problems with proxy servers etc interfering with wget/curl then the following steps in a new session should upgr

Re: [Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread Joey K Tuttle
This seems like a good thing - but I'm being thwarted by pacman. I had to reinstall IDE to get it to update to: ├───┼───┼───┼─┤ │ide/jhs │1.0.120│1.0.123│JHS IDE │ ├───┼───┼───┼─┤ Is that in fact the latest version?? If so, where can I find "jhsplo

[Jprogramming] JHS plot update - plots embedded in jijx log

2011-12-04 Thread Eric Iverson
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