You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrea Cavalli a148502cf5 Hide series 9 months ago
src/main/java/it/cavallium/jlinegraph Hide series 9 months ago
.gitignore Initial commit 2 years ago
.preview.png Initial commit 2 years ago
README.md New version in readme 9 months ago
pom.xml New labels/axis settings 9 months ago

README.md

JLineGraph

Small library to draw line graphs in java

.preview.png

Install

Add MCHV repository to your pom.xml

<repositories>
  <repository>
    <id>mchv</id>
    <name>MCHV Apache Maven Packages</name>
    <url>https://mvn.mchv.eu/repository/mchv/</url>
  </repository>
</repositories>

Add the dependency to your pom.xml

<dependencies>
  <dependency>
    <groupId>it.cavallium</groupId>
    <artifactId>jlinegraph</artifactId>
    <version>1.1</version>
  </dependency>
</dependencies>