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