Skip to content

johnnovak/twyg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
doc
 
 
 
 
img
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

twyg – Generative tree visualiser for Python

twyg lets you visualise arbitrary tree structures in a pretty way. The appearance of the tree (layout, color, node, connection shapes etc.) is fully controlled via configuration files in a generative way. This means that almost all visual properties of the output can be controlled by expressions that depend on the characteristics of the tree (e.g. the color or shape of a node can be a function of its hierarchical position in the tree). This allows for crafting very flexible configurations that can be applied to trees of arbitrary size and complexity.

img/synapse-mint-metrics.png

Features

  • Compatible with Python 2.5, 2.6 and 2.7
  • Supports the Cairo and NodeBox1 rendering backends
  • 16 visually fine-tuned built-in configurations
  • 32 attractive looking colorschemes
  • Simple JSON files as input
  • PNG, PDF, SVG and PostScript output using the Cairo backend
  • Fully customisable node and connection shapes and coloring algorithms
  • High-quality font rendering via Cairo
  • Gradient and drop shadow support, even in PDF and PostScript files
  • Custom human-readable configuration language that allows the visual properties of the tree to be defined as expressions of arbitraty complexity
  • Ability to cascade configurations and configuration sections
  • Full CSS3 color notation and SVG 1.0 color keyword name support
  • Extensive reference documentation

Installation & Usage

For detailed instructions, please refer to the user documentation.

License

© Copyright 2011-2014, John Novak. This project is released under the MIT license.