c

chartfx

The chart-fx charting library is an extension in the spirit of Oracle's XYChart and performance/time-proven JDataViewer charting functionalities. Emphasis was put on plotting performance for both large number of data points and real-time displays, as well as scientific accuracies leading to error bar/surface plots, and other scientific plotting features (parameter measurements, fitting, multiple axes, zoom, ...). The library also contains a small set of math routines that can operate directly on the DataSet primitive for fitting, computing spectra, linear algebra, FIR/IIR filtering, and other functionalities common to signal processing.
https://github.com/GSI-CS-CO/chart-fx
LGPLv3
GSI Helmholtzzentrum für Schwerionenforschung GmbH
Harald Brauening Ralph J. Steinhagen Alexander Krimm
Files download
File Operation
chartfx-11.2.7.pom download
Apache Maven
<dependency>
  <groupId>de.gsi</groupId>
  <artifactId>chartfx</artifactId>
  <version>11.2.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'de.gsi:chartfx:11.2.7'
Gradle Kotlin
implementation("de.gsi:chartfx:11.2.7")
Scala SBT
libraryDependencies += "de.gsi" % "chartfx" % "11.2.7"
Groovy Grape
@Grapes(
  @Grab(group='de.gsi', module='chartfx', version='11.2.7')
)
Apache Ivy
<dependency org="de.gsi" name="chartfx" rev="11.2.7" />
Leiningen
[de.gsi/chartfx "11.2.7"]
Apache Buildr
'de.gsi:chartfx:jar:11.2.7'