Search found 13 matches
- 20 Nov 2014 19:52
- Forum: How-To and Troubleshooting
- Topic: Apply layout to subgraph?
- Replies: 0
- Views: 2051
Apply layout to subgraph?
Is there any way to apply a layout to only some parts of a graph? For example, it would be nice to be able to highlight nodes using the Dragging diameter, and then apply a layout to those nodes only. (I have graphs that include two disconnected subgraphs. What's optimal for the layout of one subgrap...
- 20 Nov 2014 00:23
- Forum: How-To and Troubleshooting
- Topic: [Solved] Dynamic graphs and edge aggregation
- Replies: 10
- Views: 25863
Re: [Solved] Dynamic graphs and edge aggregation
Another alternative would be to use GEXF format. This might be a lot more work to generate, but I think it can be made to do what you want. (However, I haven't tested anything that's exactly like your case. In my networks, once an edge appears, it never disappears, although its attributes change wit...
- 20 Nov 2014 00:18
- Forum: How-To and Troubleshooting
- Topic: Unable to see changes in a simple dynamic graph
- Replies: 1
- Views: 2011
Re: Unable to see changes in a simple dynamic graph
To the left of the "Apply" button, there's a very small icon that looks like a link in a chain. (That's what it looks like to me, anyway.) To cause the node size to change dynamically, you have to click that icon, so that the region around it becomes "depressed", and then also click on the "Apply" b...
- 18 Nov 2014 05:46
- Forum: How-To and Troubleshooting
- Topic: Create arbitrary hulls?
- Replies: 0
- Views: 2008
Create arbitrary hulls?
I would like to be able to cause Gephi to display a hull around any three nodes that I specify. Is this possible? Why? In my networks, in some cases there is a dependency between an edge and a node elsewhere in the network. That is, there is a data associated with the edge, and this data is a functi...
- 16 Sep 2014 16:41
- Forum: How-To and Troubleshooting
- Topic: Consider Edges without connections
- Replies: 2
- Views: 2542
Re: Consider Edges without connections
I think you mean "nodes without connections". It seems that one way to do it is to list the nodes first, and then list the connections in a CSV file: A B C D A;B C;A Load this CSV file, and you should see that the node D exists but has no edges connected to it. I think there's another way to do this...
- 15 Sep 2014 15:24
- Forum: How-To and Troubleshooting
- Topic: How to open multiple copies of Gephi in OS X?
- Replies: 2
- Views: 2662
Re: How to open multiple copies of Gephi in OS X?
I did some further investigation. Opening the Gephi app in the normal way runs /Applications/Gephi.app/Contents/MacOS/Gephi which is a link to /Applications/Gephi.app/Contents/Resources/gephi/bin/gephi This is a Unix shell script. Running it will start Gephi once, but not a second time. Question: Wh...
- 14 Sep 2014 16:06
- Forum: How-To and Troubleshooting
- Topic: Re-scale coorinate
- Replies: 1
- Views: 2098
Re: Re-scale coorinate
Here's one answer, but I don't think it offers the precision that you want. It's possible to zoom in and out on the image--i.e. to expand or contract the graph as a whole, without changing distances or angles between nodes. You can do this with a mouse wheel or anything that's equivalent to a mouse ...
- 13 Sep 2014 21:00
- Forum: How-To and Troubleshooting
- Topic: How to open multiple copies of Gephi in OS X?
- Replies: 2
- Views: 2662
How to open multiple copies of Gephi in OS X?
I find Gephi's ability to view changes in dynamic attributes using the timeline with dynamic GEXF data very useful. However, at this point (Gephi 0.8.2-beta), this functionality is not yet stable. My experience has been that I can load and use a single dynamic GEXF data file. Loading a second dynami...
- 10 Sep 2014 15:56
- Forum: How-To and Troubleshooting
- Topic: Specify extreme values of range beyond what's in data?
- Replies: 0
- Views: 1881
Specify extreme values of range beyond what's in data?
I want to set a specific maximum and minimum for a range that I'm using for ranking. Gephi chooses the extreme values from my data, but I want to set the maximum and minimum to 1 and -1 respectively, even when those are not the max and min values in the data. Is there a way to do this? A workaround ...
- 10 Sep 2014 15:51
- Forum: How-To and Troubleshooting
- Topic: Custom range numbers
- Replies: 1
- Views: 2038
Re: Custom range numbers
I doubt that I would know enough to answer this question, but I think that more details about the graph that's causing this will be needed in order for someone to answer the question. I have not seen this behavior with my graphs.