You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Robby Workman 065bbe93dc Multiple: Fixed .info file (removed pysetuptools) 10 years ago
..
README graphics/xdot: Fixed dep information 13 years ago
slack-desc various: Fix slack-desc formatting and comment nit picks. 12 years ago
xdot.SlackBuild graphics/xdot: Updated for version 0.6 + new maintainer. 11 years ago
xdot.info Multiple: Fixed .info file (removed pysetuptools) 10 years ago

README

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.