Search found 3 matches
[phpBB Debug] PHP Warning: in file [ROOT]/vendor/twig/twig/lib/Twig/Extension/Core.php on line 1275: count(): Parameter must be an array or an object that implements Countable- 15 Jul 2013 01:29
- Forum: Data Import / Export
- Topic: Rendering a new graph
- Replies: 3
- Views: 4483
Re: Rendering a new graph
Just a quick addendum. When I export the graph from Gephi to a PDF file, the nodes are displayed. I'm not sure what this means though, other than the gexf file isn't corrupt.
- 15 Jul 2013 00:53
- Forum: Data Import / Export
- Topic: Rendering a new graph
- Replies: 3
- Views: 4483
Rendering a new graph
I'm including both code and output in this post. What I'm doing is building a directed graph manually and then attempting to display that graph in a preview frame. What happens is that when the gephi builder is instantiated a new directed graph is created. After the graph is the add edge method is c...
- 09 Jul 2013 02:49
- Forum: Visual Results
- Topic: Viewing a manually created directed graph in preview
- Replies: 0
- Views: 2300
Viewing a manually created directed graph in preview
Good evening! I've been reading through the java docs and this forum trying to puzzle out how to preview and manually created directed graph. I've found some hints and I've narrowed things down to two options. Either I export the manual graph as a stream and load that stream into a container which i...