Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.29 KB

README.md

File metadata and controls

42 lines (25 loc) · 1.29 KB

RadialPlotter

A Java program to visualise distributional data on radial plots and kernel density estimates

Prerequisites

RadialPlotter/DensityPlotter requires Java 6 or higher (see http://java.com)

RadialPlotter is built with Maven:

mvn verify
java -jar target/radialplotter-x.x.jar

DensityPlotter is built and run as follows:

mvn -Pdensity verify
java -jar target/densityplotter-x.x.jar

Further information

Both programs offer the same functionality albeit with different presets.

References

Author

Pieter Vermeesch

License

This project is licensed under the GPL-3 License