Light-weight Graphing in Java.

Library for creating graphs in a swing environment. Can produce png or svg.

License

License

Categories

Categories

Ant Build Tools
GroupId

GroupId

org.orangepalantir
ArtifactId

ArtifactId

light-weight-graphing
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Light-weight Graphing in Java.
Library for creating graphs in a swing environment. Can produce png or svg.
Project URL

Project URL

https://github.com/odinsbane/light-weight-graphing
Source Code Management

Source Code Management

https://github.com/odinsbane/light-weight-graphing

Download light-weight-graphing

How to add to project

<!-- https://jarcasting.com/artifacts/org.orangepalantir/light-weight-graphing/ -->
<dependency>
    <groupId>org.orangepalantir</groupId>
    <artifactId>light-weight-graphing</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.orangepalantir/light-weight-graphing/
implementation 'org.orangepalantir:light-weight-graphing:1.0'
// https://jarcasting.com/artifacts/org.orangepalantir/light-weight-graphing/
implementation ("org.orangepalantir:light-weight-graphing:1.0")
'org.orangepalantir:light-weight-graphing:jar:1.0'
<dependency org="org.orangepalantir" name="light-weight-graphing" rev="1.0">
  <artifact name="light-weight-graphing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.orangepalantir', module='light-weight-graphing', version='1.0')
)
libraryDependencies += "org.orangepalantir" % "light-weight-graphing" % "1.0"
[org.orangepalantir/light-weight-graphing "1.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

light-weight-grahing-with-java

A simple graphing library that can create be rendered as a gui, both swing and javafx, or used to create a raster image (PNG file), or a vector graphics (SVG). It is designed as a convenient tool for creating plots, displaying them and saving the data as a csv file.

Versions

Version
1.0