| A SWC file for the most recent version of the flex component version of Multigraph may be downloaded here: http://www.multigraph.org/download/NewMultigraph-201201161640.swc |
To publish web pages containing Multigraph graphs on a web server, download the filemultigraph-2.0-350.zipThis zip file contains two things: a file called "Multigraph.js", and a folder called "Multigraph" (which contains one or more other files). Put both of these in a folder somewhere in the web server'The current verison of Multigraph is 3.3rc1, created 2010-12-28 17:12:11 -0500 (Tue, 28 Dec 2010). See the note about Multigraph version numbers below.
Main Distribution
To publish web pages containing Multigraph graphs on a web server, download the filemultigraph-3.3rc1.zipThis zip file contains two things: a file called "Multigraph.js", and a folder called "Multigraph" (which contains one or more other files). Put both of these in a folder somewhere in the web server's document root. Put them both in the same folder. You can then publish html files containing Multigraph graphs on the web server; see the user guide for details.User Guide
You can view the user guide online, or you can download the user guide as a PDF file. You can also download the following zip file, which contains both the html and pdf versions of the user guide:multigraph-3.3rc1-docs.zip
Examples
You can view a collection of example web pages containing Multigraph graphs here. You can also download all these examples in the following zip file:multigraph-3.3rc1-examples.zip
Flex Component
If you want to include Multigraph as a component in your own Flex application, download the following swc file:Multigraph-3.3rc1.swc
WordPress Plugin
Multigraph is also available in the form of a plugin for WordPress that makes it really easy to embed graphs in pages on a WordPress site:multigraph-3.3rc1-wordpress-plugin.zipSee the Multigraph WordPress Plugin page for information about how to install and use the plugin.
Drupal Module
There is also a Drupal module for Multigraph that creates a Multigraph nodes type for Drupal, and makes it easy to embed Multigraph graphs in Drupal posts using a special markup syntax.multigraph-3.3rc1-drupal-module-6.x.tar.gzSee the Multigraph Drupal Module page for information about how to install and use the module.
Source Code
If you want to work with the Multigraph source code, download the following zip file:multigraph-3.3rc1-src.zipThis zip file contains the source code for Multigraph itself, the source code for the user guide, and the examples. Note that if all you want to do is publish graphs using Multigraph, you only need to download the main distribution file above. You only need the source code if you want to modify Multigraph itself.
Older Versions
Older versions of Multigraph can be downloaded from the archives.
Note about Multigraph Version Numbers
Beginning with version 2.4 (released on June 17, 2010), Multigraph uses a version number system with numbers of the form "M.N". Usually when a new version is released, the last number N increases by 1. The first number M increases only if the release includes major changes, and/or incompatibilities with older versions.Prior to version 2.4, Multigraph used a system of version numbers of the form "M.N-S", where S was the revision number from the Multigraph subversion repository. This system has been discontinued in favor of the simpler "M.N" system.