From 2b54827d2eda2879389c8b7038d91ee013806af3 Mon Sep 17 00:00:00 2001 From: sgwerder Date: Sat, 26 Mar 2016 17:20:53 +0100 Subject: [PATCH] Added graph analysis and visualization libraries Possibly there should be a new category for "Visualization". --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb488bb..0b1dfa2 100644 --- a/README.md +++ b/README.md @@ -560,11 +560,14 @@ A curated list of awesome Java frameworks, libraries and software. ## Science -*Libraries for scientific computing and analysis.* +*Libraries for scientific computing, analysis and visualization.* * [DataMelt](http://jwork.org/dmelt/) - Environment for scientific computation, data analysis and data visualization. -* [JGraphT](https://github.com/jgrapht/jgrapht) - Graph library that provides mathematical graph-theory objects and algorithms. * [JScience](http://jscience.org/) - Provides a set of classes to work with scientific measurements and units. +* [GraphStream](http://graphstream-project.org/) - GraphStream is a Java library for the modeling and analysis of dynamic graphs. You can generate, import, export, measure, layout and visualize them. +* [JGraphT](https://github.com/jgrapht/jgrapht) - Graph library that provides mathematical graph-theory objects and algorithms. +* [JGraphX](https://github.com/jgraph/jgraphx) - JGraphX provides functionality for visualisation and interaction with node-edge graphs (not charts). +* [JUNG](http://jung.sourceforge.net/) - Java Universal Network/Graph Framework--is a software library that provides a common and extendible language for the modeling, analysis, and visualization of data that can be represented as a graph or network. ## Search