The GraphTech Ecosystem 2019 — Part 3: Graph visualization

Elise Devaux
7 min readApr 6, 2019

This post is part of a series of 3 articles about the GraphTech ecosystem. This article is the third and last part (for now). It presents the ecosystem of graph visualization software, applications and libraries. The first article listed the graph databases. The second part covered the graph analytics ecosystem.

Note: I’ve added at the bottom of this article a presentation listing 70+ graph visualization libraries, toolkits and visualizers.

Graphs are meant to be seen

Paris Metro | Graph data © Matthieu Totet CC-BY-SA — | Visualization Ogma by Linkurious

The layer of graph technology that I discuss in this article is the front-end layer, the graph visualization one. The visualization of information has been the support of many types of analysis, including Social Network Analysis. For decades, visual representations have helped researchers, analysts and enterprises derive insights from their data.

Visualization tools represent an important bridge between graph data and analysts. It helps surface information and insights leading to the understanding of a situation, or the solving of a problem.

While it’s easy to read and comprehend non-graph data in a tabular format such as a spreadsheet, you will probably miss valuable information if you try to analyze connected data the same way. Representing connected data in tables is not intuitive and often hides the connections in which lies the value.

Graph visualization tools turn connected data into graphical network representations that takes advantage of the human brain proficiency to recognize visual patterns and more pattern variations.

In the field of graph theory and network science, researchers started to imagine graph analysis and visualization tools as early as 1996 with the Pajek project. Even though these applications have long been confined to the field of research, it was the birth of computer tools for graph visualization.

The pajek project, initiated in 1996

Visualization speeds up data analysis

There is a reason researchers started to develop these tools. Graph visualization brings many advantages to the analysis of graph data. When you apply visualization methods to data analysis, you are more likely to cut the time spent looking for information because:

  • You have a greater ability to recognize trends & patterns.
  • You can digest larger amounts of data more easily.
  • You will compare situations or scenarios more easily.
  • And in addition, it will be easier to share and explain your findings through a visual medium.

Combined with the capabilities brought by computer machines, these advantages opened new doors for analysts seeking information in large volumes of data. It is also the reason graph visualization solutions are complementary to the graph analytics and graph databases tools we discussed in the previous articles.

Once data is stored and calculations are done, end-users need an intelligible way to process and make sense of the data. And graph visualization tools are useful in many scenarios. Most of the tools we are about to present can be plugged directly to database and analytics systems to further the analysis of graph data.

Graph visualization libraries and toolkits

Among the common tools available today to visualize graph data are libraries and toolkit. These libraries allow you to build custom visualization application adjusted to your needs: from a basic graph layout displaying data in your browser, to an advanced application embedding a full panel of graph data customization and analysis features. They do require the knowledge of programming languages, or imply that you have development resources available.

The graph visualization libraries and toolkit ecosystem

The catalog is wide [you’ll find the list at the end of this story], with plenty of choices depending on your favorite language, license requirement, budget or project needs. In the open-source world, some libraries offer many possibilities for data visualization, including graph, or network, representations. It’s the case of D3.js and Vis.js for instance that let you choose among different data representation formats.

Other libraries solely focus on graph representations of data, such as Cytoscape.js or Sigma.js. Usually, these libraries provide a more features than the generalist ones. There are libraries in Java such as GraphStream or Jung, or in Python, with packages like NodeBox Graph.

You will also find commercial graph visualization libraries such as yFiles from yWorks, Keylines from Cambridge Intelligence, Tom Sawyer Perspectives from Tom Sawyer Software, or our own solution Ogma. The commercial libraries have the advantage of guaranteeing continuous technical support and advanced performances.

Graph visualization software and web applications

Research applications

There are other solutions which do not require any development. These solutions are either, Saas, or on-premise software and web applications. As we mentioned earlier, the first off-the-shelf solutions spawn from the work of network theory researchers. After Pajek, other solutions were released, such as NetMinerin 2001, a commercial software for exploratory analysis and visualization of large networks data. In the same line, the Gephi software, created in 2008, brought a powerful open source tool to many researchers in the field of Social Network Analysis and played a key role in democratizing graph visualization methods.

Other research projects emerged, as web technologies simplified their creation. For instance, Palladio, a graph visualization web application for history researchers was created in 2013. More recently in 2016, the research project OSoMe (the Observatory on Social Media) released an online graph visualization application to study the spread of information and misinformation on social media.

However, graph visualization is no longer the preserve of the academic and research worlds. Others understood the potential of graph visualization and how such tools could help organizations and businesses in other fields: network management, financial crime investigation, cyber-security, healthcare development, and much more. i2 Limited’s products were precursors in the field. Launched back in the 90s, i2 Link Notebook was one of the first investigative link analysis and visualization software for law enforcement.

Generic and field-specific solutions

Today you will easily find software or web applications to visualize graph data of various natures. Bakamap is a web application to visualization your spreadsheet data as interactive graphs. The cloud-based application BeGraph offers a 3D data network visualizer. Historical open-source software such as GraphViz and Cytoscape also let you visualize any type of data as interactive graphs.

Some companies propose solutions focused on certain use-cases. In these cases, the graph visualization application is often enhanced with features specially designed to answer needs specific to the given field. For instance, the Linkurious product is dedicated to cyber threats so it ships with alerts and pattern detection capabilities to support the work of analysts in these fields.

Other examples of field-specific tools include VIS (Visual Investigative Scenarios), a tool designed by the OCCRP for journalists investigating major business or criminal networks, Synapp, an application for organizational network visualizations, or UpLevel, which focuses on cyber-security use-cases. As the adoption of graph technology spread, more and more areas are witnessing the development of specific graph visualization tools.

Built-in visualizers and other add-ons

Finally, the last set of tools dedicated to the visualization of graph data are the built-in visualizers and graph database add-ons.

Built-in graph visualizers and add-ons

While graph visualization software and web applications are great for in-depth analysis or advanced graph data investigations, there are situations where you simply need a basic, accessible visualizer to get a glimpse of what a given graph dataset looks like. That is why some graph databases ship with built-in graph data visualizers. These features are a great asset for developers and data engineers working with graph data. Without leaving the graph database environment, you can easily access a graphical user interface to query and visualize your data.

This is what the Neo4j browser offers for instance, which can be of great help when creating datasets or running graph algorithms. Similarly, TigerGraph proposes a built-in graphical user interface: GraphStudio to visualize your database content. Last year, Bitnine released AgensBrowser, a visualization interface to help you manage and monitor the content of your AgensGraph graph database.

On a similar notice, graph database vendors have started to widen their offerings with add-on visualization tools compatible with their storage product. For example, at the beginning of last year, Neo4j launched Bloom, an add-on application for the Neo4j desktop application. It offers a code-free visualization interface to explore data from Neo4j graph databases.

I listed and presented in the Slideshare presentation below visualization tools for graph data. The list of software and other web-applications is only available after filling in a form on Linkurious website though.

Slideshare presentation of the graph visualization libraries, toolkits and add-ons

Trough this three-part series, I wanted to provide a clearer overview of the fast-growing GraphTech ecosystem. Whether it’s about graph databases, graph analytics or graph visualization tools, the landscape has shifted and expanded rapidly these past years and will most likely continue to do so in the coming years. We are thrilled to be part of this community here at Linkurious and hope to see more graphs in the world! Feel free to comment below these series to submit additional graph tools and services.

I initially published this article on Linkurious blog.

--

--

Elise Devaux

Personal blog of a tech enthusiast, digital marketer interested in synthetic data, data privacy, and climate tech. Currently works at cozero.io