| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.gsi |
| Идентификатор | Идентификаторchartfx |
| Версия | Версия11.2.6 |
| Тип | Типpom |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| chartfx-11.2.6.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.gsi/chartfx/ -->
<dependency>
<groupId>de.gsi</groupId>
<artifactId>chartfx</artifactId>
<version>11.2.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.gsi/chartfx/
implementation 'de.gsi:chartfx:11.2.6'
// https://jarcasting.com/artifacts/de.gsi/chartfx/
implementation ("de.gsi:chartfx:11.2.6")
'de.gsi:chartfx:pom:11.2.6'
<dependency org="de.gsi" name="chartfx" rev="11.2.6">
<artifact name="chartfx" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.gsi', module='chartfx', version='11.2.6')
)
libraryDependencies += "de.gsi" % "chartfx" % "11.2.6"
[de.gsi/chartfx "11.2.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 2.0.0-alpha0 |
| org.apache.commons : commons-lang3 | jar | 3.12.0 |
| org.jetbrains : annotations | jar | 21.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 2.0.0-alpha0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |
| org.awaitility : awaitility | jar | 4.0.3 |
| de.sandec : JMemoryBuddy | jar | 0.2.6 |