Questions tagged [pygraph]

For issues relating to the Pygraph Python graph manipulation library.

Pygraph is a easy-to-use and functional graph manipulation library in pure . It can be installed without any dependencies aside from the Python core.

Resources

16 questions
0
votes
1 answer

Do not show the node ids when displaying the graph

I am displaying a graph. I have discovered the attributes. I am using successfully URL, shape and color. But I also want to output nodes without IDs (my IDs are too long to fit the display). So I have tried to set label to "", but still the node id…
blueFast
  • 41,341
  • 63
  • 198
  • 344
1
2