Tagged Questions
9
votes
1answer
167 views
Dynamic visualization of Graph[] on a webpage
How can we embed a dynamic version of a Graph object on a web page, similar to the one showcased on the networkx home page?
This sort of dynamic visualization can ...
4
votes
3answers
147 views
Export Graph to PDF
I know that I exported Graphs to PDFs before but it doesn't seem to work any more.
I tried
K5 = GraphData[{"Complete", 5}]
Export["K5.PDF", K5]
And I get a PDF ...
6
votes
2answers
399 views
Is it possible to export a graph as graphic to Excel?
It is straightforward to export lists to Excel with Export. Can I export a graphic image, too? This does not work:
...
4
votes
1answer
509 views
When do I use Mathematica, when do I use Gephi, and how do I use them together?
Mathematica has great operations for analyzing graphs but when the graphs are a bit bigger, Gephi seems to be more efficient (at least on my computer) at drawing and analyzing, i.e. visualizing the ...
15
votes
1answer
414 views
How to export and import Graphs with additional data?
I'm trying to export and then later import graphs with additional data added such as VertexLabels and EdgeLabels. When I export ...