I've updated the plugin on the marketplace. Now working for me with current versions
Cheers!
Gary
Search found 11 matches
- 25 Apr 2015 21:08
- Forum: Layouts
- Topic: Cannot get Graphviz layout to work at all
- Replies: 4
- Views: 7442
- 24 Apr 2015 19:12
- Forum: Installation
- Topic: Gephi 0.8.2 initilizes but fails to launch in linux...
- Replies: 4
- Views: 11920
Re: Gephi 0.8.2 initilizes but fails to launch in linux...
I figured this out. Two things: 1) The documentation on setting JDK_HOME is full of lies 2) Gephi doesn't work for me with jdk 8 on Linux From here: gephi.github.io/users/install/ [apologies I had to de-linkify that URL because the spam blocker on this forum takes umbrage with github.io] If you stil...
- 21 Dec 2012 01:59
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
It loads the graph information directly out of the graph that Gephi currently has. So, no: you shouldn't need to load stuff in as dot format.
Can you post an example gexf that shows the problem?
Thanks,
Gary
Can you post an example gexf that shows the problem?
Thanks,
Gary
- 21 Feb 2012 17:52
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
By default, it just tries to run "dot", which presumes it'll be in your PATH somewhere. Perhaps OSX binaries don't get /usr/local/bin in their PATH [which(1) is probably working for you if it's set by a script that runs when you open your terminal]. Try manually changing the setting for "dot path" i...
- 18 Jan 2012 20:41
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
1. What is the best layout for a gv file that has 17444 nodes and 18068 edges Dunno. Suck it and see. I've had varying success with different layouts for different graphs. I find graphviz to be really slow for large graphs. Don't forget that gephi has a lot of really good layout plugins in the box,...
- 15 Nov 2011 21:08
- Forum:
- Topic: Question on dynamic networks
- Replies: 1
- Views: 1126
Question on dynamic networks
I'm having problems with a dynamic network, and I'm wondering if someone could clarify: I have a network in a database that's being successfully selected. I've added columns "start" and "end" for what I assume is the right thing; edges that pop in and out of existence as time passes. Then I imagine ...
- 31 Oct 2011 17:45
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
Awesome, thank-you!
Gary
Gary
- 31 Oct 2011 00:19
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
OK, I put in a helpful error message if the process can't be launched . Plugin is in the same place as before
Gary
Gary
- 29 Oct 2011 22:10
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
Yeah, that's a good idea, and was already on my list of stuff to finish.
I mailed the plugins mailing list, but no answer yet; whats the correct way to report an error to the user?
Should I just do a JOptionPane, or is there a better process provided by netbeans or gephi?
Gary
I mailed the plugins mailing list, but no answer yet; whats the correct way to report an error to the user?
Should I just do a JOptionPane, or is there a better process provided by netbeans or gephi?
Gary
- 27 Oct 2011 08:15
- Forum: Layouts
- Topic: Graphviz layout plugin
- Replies: 14
- Views: 108170
Re: Graphviz layout plugin
I tried looking, but couldn't find a really good way to embed binaries in the jar that would work for all platforms, always. Currently I just recommend that people install graphviz separately. That has the added benefit that folks can update their own install of graphviz faster than I can push updat...