Tagged Questions
11
votes
2answers
3k views
Improving graphviz layout
I have perfection paralysis when it comes to producing something graphic. If symmetries of the visual have not been fully explored, I have a harder time comprehending what is going on. I am a very ...
3
votes
4answers
961 views
Best Planar graph program [closed]
In graph theory, a planar graph is a graph that can be embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints.
What is the best open ...
3
votes
3answers
763 views
Winforms / GDI+ Draw curve for a chart
In my Winforms application I have a small chart. Nothing fancy just a bunch of x/y points I connect with lines.
It would be nice to draw a curve instead of a lines to connect these points. But since ...
2
votes
2answers
719 views
Java implementation of planarity testing/planar embedding
Is there a free Java implementation of any of the major planarity testing algorithms? Boyer-Myrvold, de Fraysseix-Rosenstiehl, heck, even Hopcroft-Tarjan. I've been reading the papers and they all ...
2
votes
7answers
2k views
What algorithms are good for interactive/realtime graph-drawing?
What algorithms are good for interactive/realtime graph-drawing for live data and direct-manipulation?
Failing that - what libraries do you use to draw graphs?
Suggestions;
Prefuse ...
1
vote
0answers
70 views
.NET implementation of planarity testing
Is there any .NET implementation of any planarity testing algorithm like Boyer-Myrvold's or anyone else? I looked through the web but I didn't manage to find
1
vote
3answers
879 views
Drawing a dynamic graph
I have a web application written with JavaServer Faces technology.
The application takes n inputs and provides an output.
I want the following functionality in my application.
I want to have ...
0
votes
1answer
143 views
Automatically rotate a graph
I'm drawing graphs with force-directed layout, and the problem is that the created graphs are oriented randomly and unpredictably, which makes looking at them somewhat confusing. For example, suppose ...