Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
0 answers
56 views

The code below successfully produces the body of the diagram that I am trying to create. Help needed: how can I add the title boxes "Codes", "Secondary Codes" and "Themes"...
lummers's user avatar
  • 789
0 votes
1 answer
176 views

I'm having issues getting python graphviz to find 'dot' in the PATH environment variable. This seems to be a well-documented problem, but I still can't seem to get past it. I have added graphviz to ...
1 vote
1 answer
348 views

I have a set of elements on which I defined a given relationship that allowed me to define a partial order on the set. I then introduced a second relationship to be applied to elements that were not ...
1 vote
0 answers
120 views

I have a network graph dataset which has around 12.5k root nodes and 70k edges which obviously would end up creating a huge graph. However, the end user would not be consuming the graph in its ...
1 vote
1 answer
347 views

I am using PySide6 and pygraphviz to create a simple three widget desktop application. When I use pyinstaller --onefile --noconsole stackedAPP.py, PyInstaller throws me this error: Unable to find '/...
0 votes
2 answers
268 views

I have seen some posts talking about this sort of thing, like here, and here, but I've recreated that graphviz spec and it's not rendering the same. In particular, where an arrow should be starting ...
1 vote
1 answer
184 views

I have a graph where all the nodes are one degree of separation from the root node. All the edges have different weights however this doesn't seem to be taken into consideration when graphviz renders ...
0 votes
2 answers
240 views

I have a tree which I plot with Graphviz, however the distances between the nodes is very large and not efficiently used. Can this be improved? I tried playing with mindist, splines and overlap, but ...
4 votes
2 answers
4k views

Yes, I know a discussion is here: Issues installing pygrahviz "fatal error C1083: Cannot open include file: 'graphviz/cgraph.h': No such file or directory" But none of these ...
0 votes
1 answer
332 views

How can I translate the coordinates of a PNG render of a graph, to the coordinates I get from -Tjson or -Tjson0? For example, I have a PNG that's 167 x 251, but the .json file says the bounding box (...
0 votes
1 answer
122 views

I'm trying to make the edges that share the same manager merge with each other. however, when I set the parameters for the attribute it doesn't apply to the org chart created using the code. G....
0 votes
1 answer
120 views

I done the following : using the following code : digraph G{ graph [ rankdir=LR ranksep = 0 nodesep=0 ]; node [shape=box, margin="0,0&...
Guy Bar's user avatar
  • 21
2 votes
1 answer
479 views

I am trying, in Python, to create a graph from lists where I can see the merge and ramifications of my lists. I am sure the first item of the list is always the same for all lists. For these three ...
0 votes
1 answer
143 views

I want to make some of the nodes in my graph to overlap in the following manner: I am using pygraphviz to render graphs. So far, I have been trying to get the coordinates of the overlapping nodes and ...
0 votes
1 answer
912 views

Installing Pygraphviz on Google Colab using pip **pip install pygraphviz** gives the following error: Preparing metadata (setup.py) ... done Building wheels for collected packages: pygraphviz error: ...

15 30 50 per page
1
2 3 4 5
...
19

AltStyle によって変換されたページ (->オリジナル) /