jfree / jfreechart

A 2D chart library for Java applications (JavaFX, Swing or server-side).
http://www.jfree.org/jfreechart/
GNU Lesser General Public License v2.1
1.22k stars 462 forks source link

Line Plot class added #260

Open ragraw opened 2 years ago

ragraw commented 2 years ago

Added classes for LinePlotRenderer.java, LinePlotDataset.java, and LinePlotTest.java.

These classes are meant to support creating 1D line plots as brought up by Issue #208. The classes have bare functionality but further work needs to be done to support various optional input parameters when creating the line Plots.