Applied Math & Computer Science Lab
Data Analysis, Optimization & Mathematical Modeling, Artificial Intelligence, Neural Net For Everyday Life Applications
Artificial Intelligence/Data Mining Links Webmaster Resources AMCSL Forum: Web Mining Submit Link Archive
                                                 

GraphMaker: Making HTML graph using Perl & VML

0
1
2
3
4
5
6
5
5





The GraphMaker is a Perl script that converts matrix to HTML graph. It can be useful for creating web site map, decision tree or for any other graph. It allows to set the width of edges, url, text and title of the nodes plus some other parameters. Can be used for creating web page with the graph from the web server or from the command line to create html file.

How to use: Download the script. Open gr.cgi in any text editor.
In the edit data section put your data instead of default values for
  number of nodes in the graph
  width of edges , 0 means no edge
  title
  url
  text.
Some others values like colors can be chaged also in the script.
Upload the script to the web server or run the script from the command line.
To run from the command line just type perl gr.cgi filename.html
It will create the file with the name filename.html with the graph.

Source code


Here is another script. This script is using XML file for input graph data.

Do you want to use graph for web site traffic? WebTrafficVis can do this.


Copyright © 2003 by LZ.