From 320e04ebbf2f1a784bfc721159dcf21a4f2f359a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20L=C3=B3pez-Fern=C3=A1ndez?= Date: Tue, 16 Oct 2018 20:46:01 +0200 Subject: [PATCH] Add the JFreeChart library (#687) Add JFreeChart --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ac1da69..b5e763b 100644 --- a/README.md +++ b/README.md @@ -795,6 +795,7 @@ A curated list of awesome Java frameworks, libraries and software. - [DataMelt](http://jwork.org/dmelt) - Environment for scientific computation, data analysis and data visualization. - [Erdos](https://github.com/Erdos-Graph-Framework/Erdos) - Modular, light and easy graph framework for theoretic algorithms. - [GraphStream](http://graphstream-project.org) - Library for modeling and analyzing dynamic graphs. +- [JFreeChart](http://www.jfree.org/jfreechart) - 2D chart library for Swing, JavaFX and server-side applications. - [JGraphT](https://github.com/jgrapht/jgrapht) - Graph library that provides mathematical graph-theory objects and algorithms. - [JGraphX](https://github.com/jgraph/jgraphx) - Library for visualizing (mainly Swing) and interacting with node-edge graphs. - [Mines Java Toolkit](https://github.com/MinesJTK/jtk) - Library for geophysical scientific computation, visualization and digital signal analysis.