slackbuilds_ponce/graphics/xdot
Kyle Guinn b84f8abffa
graphics/xdot: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-12 22:33:18 +07:00
..
README graphics/xdot: Wrap README at 72 columns. 2022-03-13 15:10:20 -04:00
slack-desc
xdot.info graphics/xdot: Fix deps. 2022-11-12 22:33:18 +07:00
xdot.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02: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.