Skip to content

jasleen101010/Java-DataViz

 
 

Repository files navigation

groot

Java Data Visualization project designed to make histogramming, plotting, and fitting accessible for Java users.

Features

  • Histograms 1D/2D
  • Functions
  • GraphErrors
  • Fitting routines using Minuit
  • GUI tools for easily editing plot attributes and for fitting

Examples

Try out the demo jar and check out the examples on our Wiki. To run the example: Simply double click on the jar if you're a mac user, or if you're a linux user run java -jar GrootDemo.jar

groot 4

groot is getting an updated plotting package. Many improvements with plotting and new features. This version (version=4) has many improvements allowing to produce article and presentation ready figures, supports PDF and SVG output.

In new version there are few new graph types, commonly used in analysis. Here is an example of Bar graph.

New canvas styles are imeplemented with preset configuration for plotting related plots.

Installation

Simply add this library jar to your build path in an IDE.

Requirements

Java 1.8 or greater

Documentation

Check out our Wiki!

Feature requests and contributions

One of the best ways to contribute is to give us feature requests and bug reports on the issues page!

About

Java Data Visualization project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.6%
  • Other 0.4%