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

Forwarded from: [Debian #854131](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=854131): > Hi, > The xdot package installs a xdot.desktop file but is not setting any icon. > Could you please provide an icon for the application?...

enhancement

I love xdot. Precisely what I needed. Thank you. Is ther a way for me to disable these syntax error warnings? Getting the error message is not a problem. The...

enhancement

1. Now xdot won't reset highlight when you just mouse move/hover (i.e. null action case). 2. navigate highlighted node to node by F2 / F3 key. 3. navigate node through...

enhancement

I would like to use the dot parser in a server environment, but just importing it results in initializing a GTK window. It would be great to at least initialize...

enhancement
help-wanted

I found that I could install `xdot` with `pipx` on Mac and the instructions should work for Linux as well (although I haven't tested): ```sh # For Mac brew install...

enhancement

First of all, thanks for this great tool! I have here a very large graph and I'm trying to scan it. Usually, PageUp/PageDown come-in very handy in such situations. But...