Search found 34 matches
- 07 Jan 2015 00:05
- Forum: Layouts
- Topic: edge weight = edge length
- Replies: 7
- Views: 52564
Re: edge weight = edge length
I too am looking for a good way to do this. It looks like D3's force layout has both "edges" and "links", with links having some fixed length, so to some effect you can use D3 to get a hybrid force layout with a few nodes separated by planks instead of springs. There are some physics-engine building...
- 23 Sep 2013 18:00
- Forum: How-To and Troubleshooting
- Topic: adding labels bogs Gephi down
- Replies: 2
- Views: 3462
adding labels bogs Gephi down
I'm running 0.8.2 beta on a MacBook. I've configured a heap of 2G. I can load in and manipulate a 5500 node, 15K relationship graph without any issues ... until I enable display of the node labels. As soon as I do that Gephi suffers an immediate and debilitating performance degradation. I can disabl...
- 10 Oct 2011 14:20
- Forum:
- Topic: #occupywallstreet +more ~ data mined tweets for export
- Replies: 2
- Views: 2302
Re: #occupywallstreet +more ~ data mined tweets for export
I've also seen people using 'OctupiWallStreet" (etc). I'm not sure if those are serious posts or silly or sarcastic ones, nor whether you should include them in your data set. I thought it was worth mentioning though.
- 08 Aug 2011 13:42
- Forum: QA: Ideas, Requests and Feedback
- Topic: Taffy Edges
- Replies: 3
- Views: 5057
Re: Taffy Edges
+1 from me too.
- 28 Apr 2011 17:45
- Forum: QA: Ideas, Requests and Feedback
- Topic: Bipartite layout
- Replies: 9
- Views: 20437
Re: Bipartite layout
images?
- 02 Mar 2011 19:33
- Forum: Visualization on the Web
- Topic: Seadragon on GoogleSites
- Replies: 2
- Views: 4459
Re: Seadragon on GoogleSites
Doubtful. My understanding is Seadragon is a solution for Microsoft webservers (IIS), and GoogleSites are linux based (Apache? or something else).
- 18 Feb 2011 15:09
- Forum: Layouts
- Topic: Layout with bounds
- Replies: 6
- Views: 10817
Re: Layout with bounds
Taxicab Geometry:
https://secure.wikimedia.org/wikipedia/ ... b_geometry
https://secure.wikimedia.org/wikipedia/ ... b_geometry
- 17 Feb 2011 17:13
- Forum: Layouts
- Topic: Layout with bounds
- Replies: 6
- Views: 10817
Re: Layout with bounds
Now you have me thinking about using overloaded gravity functions to maybe do other things with force-layout (which don't necessarily make any sense, but could be fun exercises) such as: Concentrate nodes in radial or concentric "bands". Represent some sort of surface topology so that nodes tend to ...
- 17 Feb 2011 15:46
- Forum: Layouts
- Topic: Layout with bounds
- Replies: 6
- Views: 10817
Re: Layout with bounds
You could use "Gravity" to represent an attraction force to the graph origin. You could try defining your Gravity so that it gets stronger the further away you get. Depending on the shape of your gravity curve you would be able to define a "soft border", where tiny increments in distance from the or...
- 15 Feb 2011 15:53
- Forum: Layouts
- Topic: ForceAtlas publication
- Replies: 33
- Views: 267503
Re: ForceAtlas publication
From my perspective -- because it is the only one that produces "intuitive" graphs. The other layouts may produce pretty pictures, but they aren't really intuitive.