Does anyone know a good network / graphics visualization software - just add data?

I want to build a visualization of a social network, but I can’t program much. Does anyone know a piece of software that can do network visualizations and does not require coding (or at least a little coding)?

+50
graph visualization social-networking
Jan 13 '09 at 9:20
source share
18 answers
+14
Jan 04 '12 at 20:35
source share

If you don't mind programming, you can use GraphViz .

+10
Jan 13 '09 at 9:21
source share

I would recommend Gephi for this. You can import data (nodes and edges) directly from the database (MySQL, SQLServer, PostgreSQL, SQLite, TeraData) using simple SQL queries. Or you can import data from a CSV file.

It also has a large set of algorithms for analyzing your chart. Gephi is built in a modular way and is open source. They also released the Gephi toolkit , which is a library that can be used in any Java application if you want to develop visualization software.

Also sigma.js , which is a Javascript library, is recommended for graph visualization. Sigma.js is inspired and can work together with the Gephi toolkit .

A set of data visualization tools can be found at http://selection.datavisualization.ch/

+7
Jun 06 '12 at 15:05
source share

To add to the growing list: JavaScript InfoViz Toolkit provides extremely competent and networked visualization in the browser. Zoomable etc. Link here .

+6
Feb 05 '10 at 15:14
source share

I would definitely give networkx / python a try. It supports various api renderings such as GraphViz, PyDot among others. But if you use Flash, give Flare a try.

+4
Jan 15 '09 at 3:16
source share

GraphViz fails on large graphs. Try aiSee or see this list .

+4
Feb 17 '09 at 13:25
source share

NodeXL, a free and open add-in for Excel that supports web browsing, discovery, and exploration. Code and application can be found at http://www.codeplex.com/nodexl .

NodeXL allows you to import network data in the form of edge lists, matrices, graphs, UCINet and Pajek files, along with CSV and other books.

NodeXL allows non-programmers to quickly generate useful network statistics and metrics and create visualizations of network graphs. Filtering and display attributes can be used to highlight important structures in the network.

NodeXL supports social media research with import features that retrieve data from personal email indices on the desktop, on Twitter, flickr and, soon, facebook.

Recent features added to NodeXL include faster calculation of metrics, large datasets, new layouts, scales, axes, and legends.

+3
Sep 06 '09 at 13:18
source share

I haven't tried it myself, but maybe it's worth taking a look at Omnigator ; I was looking for something similar a while ago, and “theme maps” is a good phrase for Google, as it looks like what you are looking for.

+2
Jan 13 '09 at 14:19
source share

TouchGraph Link Browser allows you to create an interactive chart and place it on the Internet.

To edit graphs you will need java 1.4.1 or 1.4.2. To see your graphs on the Internet, you can use java 6.

+2
Aug 18 '09 at 19:20
source share

For my part, I use free software called viSANT. http://visant.bu.edu/ This software, originally intended for biology, can be used to represent any network. Knots and edges can have several shapes and colors. Their name is shown or not. Nodes can be grouped into complexes or groups according to selected criteria. Moreover, these complexes or groups can be minimized, which provides better visibility of the graph. These groups and these complexes, in turn, can be encapsulated, and Metagroup metacomplexes and, therefore, more. Of course, all these operations are reversible. There are many other features that you will find with this software. And finally, its use is very simple and intuitive.

Pour a piece to free it. Targeted program to study biology, retouch and disseminate information about it. Les noeuds et les arêtes peuvent avoir de multiples formes et couleurs. Leur nom représentés ou pas. Les noeuds peuvent être regroupés en complex ou groupes sur des critères choisis. De plus, ces complex ou groupes peuvent être contractés, procurant une meilleur visibilité du graphe. Ces groupes et ces complex peuvent à leur tour être encapsulés en métagroupes et métacomplexes et ainsi des suite. Discover shopping travel. Identification of access rights to resources associated with the use of logic. Et enfin, le meilleur, intuitive use of the son est très simple et très.

jan 20 at 16:49

+1
Jan 20 '10 at 15:52
source share

This is the idea of Network Workbench :

They combined many modern graphic visualizations into a single software with a user interface. You do not need to make any programs, except, perhaps, so that your data is in one of the formats that the tool can read. You must be able to scale and reduce and have the required interactivity. This is a tool for researchers to analyze the network.

+1
Jan 20 '10 at 16:20
source share

Netvizz, a Facebook application, creates a .gdf file that describes your personal network or groups in which you participate, and allows you to import them into GUESS and Gephi. Find the Tutorial here .

+1
May 28 '10 at 8:09 a.m.
source share

Microsoft GLEE (now known as MSAGL - Microsoft's automatic charting, trusted by MS for quick access and makes it boring) and, if you're .NET, it's easy to use.

0
Jan 20
source share

If you want it to be interactive and want to include it in a web page, you can consider using the flot jquery plugin.

0
Jan 20
source share

There's a good open source flash based diagram: http://teethgrinder.co.uk/open-flash-chart-2/ . All diagrams are processed in a flash file, and you have the opportunity to use javascript or parameters in the HTML <object> element to send data.

If you modify the data using javascript, you can implement scaling; although I expect that you will need to write javascript for this.

0
Jan 20 '10 at 16:14
source share

Actually, I used NovaMind before, and even though the ways of describing / labeling them are different, most of the concepts are the same.

0
Feb 05 '10 at 15:18
source share

Cytoweb looks promising: http://cytoscapeweb.cytoscape.org/

It can interact with javascript and ajax, but it is flash, not html5.

0
Jul 14 '11 at 16:41
source share

I would highly recommend the JUNG Framework .

0
Apr 05 2018-12-12T00:
source share



All Articles