JFreeChart

From Wikipedia, the free encyclopedia
Developer(s)Object Refinery Limited in collaboration with the community
Stable release
1.5.3 / February 21, 2021; 3 years ago (2021-02-21)
Repository
Written inJava
Operating systemCross-platform (JVM)
TypePlotting Software
LicenseLGPL
Websitehttp://www.jfree.org/jfreechart/

JFreeChart is an open-source framework for the programming language Java, which allows the creation of a wide variety of both interactive and non-interactive charts.

JFreeChart, developed by David Gilbert, is available under the terms of the LGPL license.

Features[edit]

JFreeChart supports a number of various charts, including combined charts:

  • X-Y charts (line, spline and scatter). Time axis is possible.
  • Pie charts
  • Gantt charts
  • Bar charts (horizontal and vertical, stacked and independent). It also has built-in histogram plotting.
  • Single valued (thermometer, compass, speedometer) that can then be placed over map.
  • Various specific charts (wind chart, polar chart, bubbles of varying size).

It is possible to place various markers and annotations on the plot. JFreeChart automatically draws the axis scales and legends. Charts in GUI automatically get the capability to zoom with mouse and change some settings through local menus. The existing charts can be easily updated through the listeners that the library has on its data collections.

JFreeChart works with GNU Classpath, a free software implementation of the standard Java Class Library.[1]

Use in Software Applications[edit]

  • Aperture Photometry Tool[2]
  • Eastwood Charts — an open-source implementation of the Google Chart API, with charts rendered using JFreeChart, developed by David Gilbert. Eastwood Charts is LGPL licensed.[3]
  • Isabelle
  • Thoth: Software for Data Visualization and Statistics[4]

See also[edit]

References[edit]

  1. ^ "GNU Project Releases Latest Version of GNU Classpath" Archived 2007-11-26 at the Wayback Machine By: Enterprise Open Source News Desk. Oct. 22, 2007. SYS-CON Media.
  2. ^ Laher, Russ R.; Gorjian, Varoujan; Rebull, Luisa M.; Masci, Frank J.; Fowler, John W.; Helou, George; Kulkarni, Shrinivas R.; Law, Nicholas M. (July 2012). "Aperture Photometry Tool" (PDF). Publications of the Astronomical Society of the Pacific. 124 (917): 737–763. Bibcode:2012PASP..124..737L. doi:10.1086/666883. S2CID 21572643.
  3. ^ Eastwood Charts
  4. ^ Laher, R. R. (2016). "Thoth: Software for data visualization & statistics". Astronomy and Computing. 17: 177-185.

External links[edit]