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- 09 Jan 2012 18:19
- Forum: Visual Results
- Topic: manually calculating weights
- Replies: 1
- Views: 3950
manually calculating weights
I have a huge graph (800 something mb) which won't fit in memory. That's including overlapping edges. Ideally, if I could read it in, the overlapping edges get automatically counted as weights. To overcome the memory issue, I precalculated the weights (I want to rank by a specific variable) and have...
- 09 Jan 2012 01:29
- Forum: Visual Results
- Topic: [SOLVED] no arrows with curved lines?
- Replies: 5
- Views: 11777
Re: no arrows with curved lines?
Out of curiosity, is that some sort of standard? Or a Gephi convention?admin wrote:Hi,
This is because the curve indicates the direction of the edge: read an edge clockwise from a source node to a target node.
- 08 Jan 2012 21:23
- Forum: Visual Results
- Topic: [SOLVED] no arrows with curved lines?
- Replies: 5
- Views: 11777
[SOLVED] no arrows with curved lines?
I have a directional graph where some of the nodes have both in and out connections. The edges have weights so I need to see the lables of both in and out bound connections, but the default straight arrows just go over each other. If I turn on curves, the overlapping problem is solved, but now I los...