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:
parent
2740659dda
commit
2b54827d2e
1 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue