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
-1
votes
1 answer

Gephi uploading csv file or choosing sample Les Miserables.gexf on the opening page of Gephi throws java.util.MissingResourceException error

Below is the complete error message that Gephi gives me - when I try to upload a csv file. I have java version: java version "1.8.0_221" and gephi version 0.9.2. My java works very well,I set the environment variables and tested it.And I also…
mototo
  • 1
  • 1
  • 3
-1
votes
2 answers

Manually set node size and colour ranking limits Gephi

Is there a way to manually set the minimum and maximum node size and colour ranking based on attributes such as node degree or weighted degree)? In Gephi, when I want to use this ranking, it automatically takes the minimum and maximum of the…
HT121
  • 431
  • 2
  • 6
  • 14
-1
votes
1 answer

how to import csv file(utf-8) to gephi

I've tried to import a csv file created with pandas dataframe to gephi, but the file doesn't show peoperly. I made a dataframe in python pandas and exported this way. df.to_csv("df_gephi.csv", encoding="utf_8") *I've tried encoding="utf_8_sig" as…
user9191983
  • 505
  • 1
  • 4
  • 20
-1
votes
1 answer

Problems with igraph, statnet and GEPHI?

I'm working with some graph models in both Gephi, Python and R. Until by chance I decided to compare the results they gave me. So I had the following problem. When calculating the betweenness centrality with Gephi and R (using igraph and statnet),…
Jhoan
  • 13
  • 2
-1
votes
2 answers

Gephi: How to add color to nodes by my own clustering result?

I am currently working with a clustering algorithm in python. My data is a sparse matrix with 40,000 node and 400,000 edges. For example: (0, 10) 1 (0, 14) 1 My clustering result is a python list will be similar to the following but much…
Ti Chen
  • 11
  • 4
-1
votes
1 answer

filter parameter value gephi 0.9.2

I need suggestion about building network graph. I am novice in building this kind of graph. Previously, I have used gephi 0.9.1 which allow user to add parameter e.g degree range between 20 - 30 by using slide bar or checked box, but it version…
-1
votes
1 answer

Is there a way to build a graph in Gephi and export it to TitanDb?

Is there a way to build a graph using Gephi with the Data Laboratory and export it to titan db? I tried the following without success: Built a simple graph in Gephi with the Data Laboratory Saved the graph as GraphML format Used the titanDb's…
Breach
  • 1,288
  • 1
  • 11
  • 25
-1
votes
1 answer

generate a random network as a reference for small-wroldness comparison with gephi

I am trying to determine if my directed Graph G is a “small world”. The graph is created from my dataset which consists of 500 nodes, but only 60 nodes have edges (total of 150 edges).I believe to do so I need to compare the clustering coefficient…
Zohar
  • 1
  • 1
-1
votes
1 answer

Making Gephi run on a hosted Microsoft server

Has anyone had success with running Gephi on a Microsoft server? I get the issue "OpenGl 1.1.0" too low version. I need OpenGl 1.5 according to Gephi. As I don't have a support plan, getting in touch with MS is a pain. The alternative is to…
preston
  • 145
  • 2
  • 12
-1
votes
2 answers

Gephi on Mac 10.9.2

I am having a problem running Gephi on Mac OS X 10.9.2. I just installed Java 8. Any thought as to why the program will not load when clicked on? Thank you.
Ly382
  • 1
-1
votes
1 answer

Java Eclipse class not found exception (javax/media/opengl/GLCanvas)

I am trying to implement gephi 3d atlas and getting java.lang.NoClassDefFoundError : Exception in thread "main" java.lang.NoClassDefFoundError: javax/media/opengl/GLCanvas at…
user4045430
  • 207
  • 1
  • 6
  • 13
-1
votes
2 answers

Gephi sees multiple edges between nodes as parallel, even though they have different time intervals

I am using Gephi version 0.82, R version 3.1.2 and rgexf version 0.13.8 I have created a dynamic gexf file using R-package rgexf. Gephi identifies the time format used in the gexf file. However, when I try to open it, I get the warning "Parallel…
-1
votes
2 answers

Saving node coordinates (layout) in igraph

I have a calculated graph layout of a large graph. I would like to load this graph, as well as its layout (coordinates) in Gephi. Is there a file format that is supported by both igraph and Gephy that allows coordinates specification?
Boris Gorelik
  • 29,945
  • 39
  • 128
  • 170
-1
votes
1 answer

Neo4j server timeout

I am having issues running the Neo4j on my system. Currently I am running it on a Windows machine with Windows 8. It was working great for me, however now when I run the Neo4j.bat in the bin folder it appears to timeout. Below is the error in the…
prees
  • 82
  • 1
  • 10
-1
votes
1 answer

Different Representation of my data without much changes

I Have a table that represents nodes in a network and their path. So it's basically a graph. Something like this : Path (tablename) Destination Nodes Edges China 13 1 China …
user2691659
1 2 3
27
28