Questions tagged [gephi]

An interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs.

The Open Graph Viz Platform

Gephi is a tool for people that have to explore and understand graphs. Like Photoshop but for data, the user interacts with the representation, manipulate the structures, shapes and colors to reveal hidden properties. The goal is to help data analysts to make hypothesis, intuitively discover patterns, isolate structure singularities or faults during data sourcing. It is a complementary tool to traditional statistics, as visual thinking with interactive interfaces is now recognized to facilitate reasoning. This is a software for Exploratory Data Analysis, a paradigm appeared in the Visual Analytics field of research.

Its homepage is at https://gephi.org/

415 questions
0
votes
1 answer

Connecting identical nodes in gepi or networkx

I have two group of nodes in gephi and there nodes that are in both groups. I need to connect the identical nodes. How can I make this in gephi? (or in netwrokx or anything) I would greatly appreciate if somebody could help me, it's really important…
k3XX
  • 73
  • 1
  • 5
0
votes
1 answer

Gephi Neo4j Graph Database plugin

I have installed in Gephi 0.8.2 the Neo4j Graph Database plugin version 2.1.0. Neo4j Community 2.0.1 is running on my system (win7 64) When I try to import a db (for example with the Full Import functionality, nothing happens after I select the DB,…
NoIdeaHowToFixThis
  • 4,484
  • 2
  • 34
  • 69
0
votes
1 answer

Encoding problems with sigma-js

If I export Gephi graph to sigma-js and load it locally everything is perfect, but if I upload the contents to a http storage (i.e. dropbox public or other), characters other then ascii display garbage. I thought that problem is maybe in fancybox…
theta
  • 24,593
  • 37
  • 119
  • 159
0
votes
2 answers

Neo4j visualisation-manipulate the graph

I am currently using Neo4j Python rest client and I would like to visualise the graph and be able to amend it, add new nodes relationships etc. Also I would like the changes in the neo4j database as well. Is that possible? Also can self-loops be…
user1855165
  • 289
  • 1
  • 8
  • 22
0
votes
1 answer

Visualize Networks Within A City

I was curious if it was possible to geographically display networks at a smaller level of geography such as a city. I've used the geolayout plugin, but it seems to barely recognize the small distinctions in longitude and latitude.
Feral Fern
  • 65
  • 9
0
votes
1 answer

Finding cycles in weighted directed multi graph (Gephi, Jython, Python)

I have a directed, multi, weighted graph. I want to find cycles where a -> b -> c -> a A sample of my graph. I hope it it clear: v1 -> v2 v2 -> v3 v3 -> v1 v1 -> v4 v2 -> v5 How to iterate only nodes that are targets? This is my shor results =…
Aidis
  • 1,272
  • 4
  • 14
  • 31
0
votes
0 answers

importing networkx object to gephi - KeyError:

I don't know what broke my code, but when I try to export my network object into a gephi object, i keep getting key error numpy.int64. I'm iterating through the combnol list and placing the network object into the write_gexf function. Combnol =…
user3314418
  • 2,903
  • 9
  • 33
  • 55
0
votes
1 answer

R: using regexf. How to visualize XLM code behind write.gexf

I have a very simple question. Running rgexf in R I use the code require(rgexf) vertices <- as.data.frame(cbind(seq(1,10),seq(1,10))) colnames(vertices) <- c('Id','Label') edges <- as.data.frame(cbind(c(5,1,2),c(1,1,3))) colnames(edges) <-…
Avitus
  • 734
  • 2
  • 14
  • 27
0
votes
1 answer

Neo4J 2.0.1 doesn't work with Gephi 0.8.2 and "Neo4J Graph Database Support" plugin

Have the following versions of software: Neo4J community: 2.0.1 Gephi: 0.8.2-beta Neo4J Graph Database Support plugin: for Gephi 0.8.2 I'm using the default.graphdb that came with Neo4j 2.0.1 (started playing with Neo4j yesterday) While doing full…
user1463822
  • 837
  • 9
  • 24
0
votes
1 answer

Javascript: convert Object into array or JSON for Gephi / Sigma.Js

Hello I have the following Javascript code where I try to convert the object obtained from Neo4J database into a nice array or JSON (I'll be able to deal with one of the two) for further use with Gephi / Sigma. But it doesn't work... Any idea…
Aerodynamika
  • 7,883
  • 16
  • 78
  • 137
0
votes
2 answers

Clone Gephi Toolkit from git to eclipse using EGit

I want to clone the Gephi ToolKit to Eclipse using EGit. I follow the exact same steps as with other projects that I cloned successfully. [Import --> Projects From Git --> Clone URI and I c/p the clone url]. Unfortunately I get 75 errors, some of…
salvador
  • 1,079
  • 3
  • 14
  • 28
0
votes
1 answer

Overwriting edge weight with a formulae

I have nodes that have nodeweight and edges that have a edgeweight. I would like to overwrite edgeweight with a formulae edgeweight=(nodeweight * old_edgeweight). I think there should be some way by using console. Is console the only way? What…
Aidis
  • 1,272
  • 4
  • 14
  • 31
0
votes
2 answers

Initial zoom level with Seadragon export

Lately I've encountered and issue. When I export my graphs from Gephi with a Seadragon plugin, First zoom level is far way back, e.i. on first zoom levels it's not even visible, on 5th zoom level whole graph take something like 10 pixels in…
Uko
  • 13,134
  • 6
  • 58
  • 106
0
votes
1 answer

Why is networkx.write_gexf reusing edge id's?

I'm writing scripts that read in graphs from gexf format, add nodes and edges, and write them back to gexf. My problem is that write_gexf is giving the edges that I add edge id's that already existed in the edges that I read in. For instance,…
Rob
  • 587
  • 5
  • 7
0
votes
1 answer

gephi 0.8.2 failed to recognise the number of nodes and edges

I used java to generate some dot files, but Gephi 0.82 can only open some of them correctly. For some files, it showed 0 for the number of edges and nodes and no other error information. In fact, Gvedit can open them correctly. The following is a…
frankli22586
  • 710
  • 6
  • 19