XYCharter

A Java charting library for the two-dimensional rendering of numerical data

Лицензия

Лицензия

Группа

Группа

io.github.lhogie
Идентификатор

Идентификатор

xycharter
Последняя версия

Последняя версия

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

XYCharter
A Java charting library for the two-dimensional rendering of numerical data
Ссылка на сайт

Ссылка на сайт

https://github.com/lhogie/xycharter
Система контроля версий

Система контроля версий

https://github.com/lhogie/xycharter

Скачать xycharter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/io.github.lhogie/xycharter/ -->
<dependency>
    <groupId>io.github.lhogie</groupId>
    <artifactId>xycharter</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.lhogie/xycharter/
implementation 'io.github.lhogie:xycharter:0.0.5'
// https://jarcasting.com/artifacts/io.github.lhogie/xycharter/
implementation ("io.github.lhogie:xycharter:0.0.5")
'io.github.lhogie:xycharter:jar:0.0.5'
<dependency org="io.github.lhogie" name="xycharter" rev="0.0.5">
  <artifact name="xycharter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.lhogie', module='xycharter', version='0.0.5')
)
libraryDependencies += "io.github.lhogie" % "xycharter" % "0.0.5"
[io.github.lhogie/xycharter "0.0.5"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
io.github.lhogie : toools jar 0.0.2
it.unimi.dsi : fastutil jar 8.4.2

test (1)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Модули Проекта

Данный проект не имеет модулей.

xycharter

A Java charting library for the two-dimensional rendering of numerical data.

XYCharter is a Java2D data plotting framework. It was initially for a project in 2000 at CRS4 (http://www.crs4.it) as graphical Swing component for the on-the-fly map rendering of simulation of the car traffic in the city of Cagliari. Since then its usages have been diverse, and XYCharter has naturally bent towards the plotting of evolving 2D data. Most of the time, it is now motivated by the need of scientific applications to expose their behaviour at runtime.

XYCharter is able to draw into a Swing component as well as to standard image file formats like SVG and PNG.

XYCharter is designed to be as customisable as possible. Every element (axis, graduation, arrows, grids, curves, legends, etc) of the drawing pane can be customized by the programmer in terms of its visibility, color, width, length, etc.

Версии библиотеки

Версия
0.0.5
0.0.4
0.0.3
0.0.2