slackbuilds_ponce/graphics/xdot
2012-08-27 13:07:09 -05:00
..
README graphics/xdot: Fixed dep information 2012-08-27 13:07:09 -05:00
slack-desc graphics/xdot: Added to 12.2 repository 2010-05-12 23:29:46 +02:00
xdot.info Add REQUIRED field to .info files. 2012-08-19 21:57:51 -05:00
xdot.SlackBuild graphics/xdot: Misc automated cleanups. 2010-06-04 01:05:44 -04:00

xdot.py is an interactive viewer for graphs written in Graphviz's dot
language.

It uses internally the graphviz's xdot output format as an intermediate
format, and PyGTK and Cairo for rendering.

xdot.py can be used either as a standalone application from command line, or
as a library embedded in your python application.

Features:
 * Since it doesn't use bitmaps, it is fast and has a small memory footprint.
 * Arbitrary zoom.
 * Keyboard/mouse navigation.
 * Supports events on the nodes with URLs.
 * Animated jumping between nodes.
 * Highlights node/edge under mouse.