1
0
Fork 0
mirror of https://github.com/akullpp/awesome-java.git synced 2025-02-17 15:55:19 -05:00

Added graph analysis and visualization libraries

Possibly there should be a new category for "Visualization".
This commit is contained in:
sgwerder 2016-03-26 17:20:53 +01:00
parent 2740659dda
commit 2b54827d2e

View file

@ -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