Skip to content

DataMinerUK/pystreamgraph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pystreamgraph

pystreamgraph's goal is to provide a simple way to generate stream graphs using python. The user is expected to provide formated data (a list of a list of tuples) and colors and labels. The engine will then print out an svg of the stream graph to the desired size and using one of several algorithms.

Currenlty (2010/4/5) a work in progress

Installation

Not really "installable" yet.

Dependencies

Test Run

To start out do this:

$ chmod +x test.py
$ ./test.py

And see what happens. (It should print out several .svg graphics in the directory you're in)

Dig into test.py and see what works.

About

A library to make 'stream graphs' in python. Uses svgfig to draw the graph in SVG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published