B. Watson b0b8af3980 graphics/xdot: Wrap README at 72 columns. 2 年之前
..
README b0b8af3980 graphics/xdot: Wrap README at 72 columns. 2 年之前
slack-desc 610e8461bb various: Fix slack-desc formatting and comment nit picks. 10 年之前
xdot.SlackBuild 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var 2 年之前
xdot.info 20b87b8dec various: Kill pygobject3-python3 dep mention 3 年之前

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.