xdot.py icon indicating copy to clipboard operation
xdot.py copied to clipboard

Interactive viewer for graphs written in Graphviz's dot language.

Results 17 xdot.py issues
Sort by recently updated
recently updated
newest added

Essentially, it treats stdin as a stream of null-delimited frames. Each time a complete frame is read, the graph is updated. The effect is that changes to the graph are...

enhancement

![image](https://user-images.githubusercontent.com/271906/137018061-43e98603-49c9-4707-8637-dfae29dda294.png) By default it should paint a properly centered whole graph onto one page. Version: py38-xdot-1.2 Python-3.8 OS: FreeBSD 13

bug

Currently it only searches through node labels. There is no easy way to find a subgraph when there are many of them. xdot-1.2

enhancement

Reported in Debian: https://bugs.debian.org/925278 Package: xdot Version: 1.0-1 Severity: normal Tags: upstream on exceptionally complex graphs that are displayed on extremely high resolution screens, the refresh rate of xdot can...

bug

I have a graph that is very crowded in some places. Highlighting node and its edges red (with search box) helps a lot. However It often happens that highlighted edge...

enhancement

I have a large dox file with ~24,000 nodes. Xdot hangs when I try to open it. Just wondering if there is a known limitation to Xdot or if something...

bug

Hi, Dot Viewer is AWESOME! One thing I liked very much about graphviz is that i can add a url and if I'm saving it as an svg file, I...

enhancement

xdot appeared to be broken on python 3.7 installed from pip. Generated binaries does not recognized by windows even though the path is correct.

wontfix

@jrfonseca, we've been using Xdot for several years now with a wxWidgets-based fork and, more recently, a Qt-based fork. It'd be cool to unify them into a single library, and...

enhancement

Hello. May you please to add a new functional to selecting some text in node and highlighting them in another nodes? And highlighting only words in search mode. Thank you.

enhancement