Re: [Neo] Representing graph using raphaelJS

2009-12-11 Thread Laurent Laborde
On Fri, Dec 11, 2009 at 2:55 AM, Matt Johnston m...@lattaoutdoors.com wrote:
 I haven't tried raphael, but I am working on creating a way to display the
 graph in SVG, which raphael uses. SVG could easily be used online (through
 raphael or svgweb) and also converted to PDF for offline usage.

 My approach is to write a simplified SVG library instead of using Batik and
 display the graph in a radial plot like http://thejit.org/ and
 http://people.ischool.berkeley.edu/~ping/gtv/

Haaa awesome ! Thx for the links !

 I have the plotting of a basic graph working correctly. Now I am focusing on
 more complex graphs, ones where nodes have more than one relationship.

do you have a github repository ?

-- 
Laurent ker2x Laborde
Sysadmin  DBA at http://www.over-blog.com/
___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user


Re: [Neo] Representing graph using raphaelJS

2009-12-10 Thread Matt Johnston
I haven't tried raphael, but I am working on creating a way to display the
graph in SVG, which raphael uses. SVG could easily be used online (through
raphael or svgweb) and also converted to PDF for offline usage.

My approach is to write a simplified SVG library instead of using Batik and
display the graph in a radial plot like http://thejit.org/ and
http://people.ischool.berkeley.edu/~ping/gtv/

I have the plotting of a basic graph working correctly. Now I am focusing on
more complex graphs, ones where nodes have more than one relationship.

Matt

On Thu, Dec 10, 2009 at 7:33 AM, Laurent Laborde kerdez...@gmail.comwrote:

 Friendly greetings !

 Anyone tried to display neo4j graph using http://raphaeljs.com/ ?

 Raphaƫl is a small JavaScript library that should simplify your work
 with vector graphics on the web. If you want to create your own
 specific chart or image crop and rotate widget, for example, you can
 achieve it simply and easily with this library.

 I'm very bad at javascript, so i'm not good to test the
 usefullness/efficiency of this library with neo4J graph.
 If anyone tried, or test, and tell us how good/bad it is, that would
 be really awesome !!

 BTW... i'm planning to try neo4j+jetty (embedable java webserver, used
 by eclipse, google app engine, ...) and display graph result in a
 webpage instead of using a desktop GUI.
 raphaeljs look good ... if it's not as good as it look, i'll try with
 a java applet.


 --
 Laurent ker2x Laborde
 Sysadmin  DBA at http://www.over-blog.com/
 ___
 Neo mailing list
 User@lists.neo4j.org
 https://lists.neo4j.org/mailman/listinfo/user

___
Neo mailing list
User@lists.neo4j.org
https://lists.neo4j.org/mailman/listinfo/user