Re: [Jprogramming] interactive scatterplot

2015-11-09 Thread Joe Bogner
Glad to hear. <1> is used by canvas_header in jzplot.ijs as a placeholder to insert text canvas_header=: 3 : 0 r=. ('80';(pfmt 0{Pxywh);'40';(pfmt 1{Pxywh)) stringreplace canvas_template r=. ('<1>';IFJHS{::'';'') stringreplace canvas_template ) On Mon, Nov 9, 2015 at 9:47 AM, Devon McCormick wr

Re: [Jprogramming] interactive scatterplot

2015-11-09 Thread Devon McCormick
Hi - I got it to work on another machine, so it's undoubtedly something to do with my recently re-installed OS on my other machine. BTW - I was looking at your code - what's the "<1>" tag in your html? Thanks, Devon On Mon, Nov 9, 2015 at 7:19 AM, Joe Bogner wrote: > Hi Devon, can you include

Re: [Jprogramming] interactive scatterplot

2015-11-09 Thread Joe Bogner
Hi Devon, can you include your plot command to see if I can replicate it? In a fresh session, can you try this from both jqt and jhs and let us know what you see? It should draw a simple line chart from 0 to 10. In JQT, it will open up a web page with Plot and the chart. In JHS, it should show t

Re: [Jprogramming] interactive scatterplot

2015-11-08 Thread Devon McCormick
Hi Joe - I'm trying to get your example to work but have had no luck with either the JHS or Jqt versions. The former gives me some kind of error: *** event handler error ev_log_enter 0 The Jqt version opens a mostly-blank "plot" page in my browser - the only thing on it is the word "plot". I'll

Re: [Jprogramming] interactive scatterplot

2015-10-30 Thread Brian Schott
Joe, I only just now got a chance to play with your "hack". It is most impressive and I was able to duplicate your examples in both jqt and jhs in j804. I have not yet, and may never, thoroughly digest your code and comments, but what I have perused, is dauntingly complex and likely very valuable

Re: [Jprogramming] interactive scatterplot

2015-10-29 Thread Joe Bogner
Thanks to everyone who supplied ideas on the plot_gs_mbldbl_jwplot_ hack. I ended up implementing a canvas hack which can be seen here: http://code.jsoftware.com/wiki/User:Joe_Bogner/CanvasDotHoverHack On Wed, Oct 28, 2015 at 11:11 AM, chris burke wrote: >> I would like to be able to click to

Re: [Jprogramming] interactive scatterplot

2015-10-28 Thread chris burke
> I would like to be able to click to identify points on a scatterplot. Has any work been done related to this? No, this is not done yet. It should not be too hard, but I never got round to it. You may be able to hack it. As Brian suggests, this would be straightforward in d3, and I am interested

Re: [Jprogramming] interactive scatterplot

2015-10-28 Thread Joe Bogner
Brian, good suggestion. I ruled out d3 because it would require re-implementing the plot logic - while not hard for simple plots, but was still more than what I was hoping for. I also didn't want the jhs requirement. Thanks for bringing it up though. On Wed, Oct 28, 2015 at 10:23 AM, Brian Schott

Re: [Jprogramming] interactive scatterplot

2015-10-28 Thread Brian Schott
Joe, Have you considered using d3? The webd3 demo may provide some info in that regard. On Wed, Oct 28, 2015 at 10:15 AM, Joe Bogner wrote: > I would like to be able to click to identify points on a scatterplot. > Has any work been done related to this? > > -- (B=) -