Bookmark with del.icio.us submit Tutorial%3A%20Building%20a%20Snowflake%20Graph%20from%20XML digg.com reddit

Tutorial: Building a Snowflake Graph from XML

Notice: This is an ancient blog entry on JSViz! It may refer to outdated code and APIs. For the latest on JSViz, visit http://www.jsviz.org.

I just posted this new tutorial on jsviz.org...

JSViz 0.3.3 includes a few examples to help you get started. In this tutorial, I'm going to go over one of them. We'll create a Snowflake Graph from the contents of an XML file. You can find the example source, with comments based on this tutorial in the 0.3.3 Distribution.

Here's the final product

1) Start with a new HTML file

Add appropriate JSViz imports and an empty "init()" function body:

Continue reading this post at jsviz.org...