Gabrielboudreau / CSATeam

0 stars 0 forks source link

Add Graphs #26

Closed Gabrielboudreau closed 1 year ago

Gabrielboudreau commented 1 year ago

Add visuals for the statistical data

rjawesome commented 1 year ago

See https://www.jfree.org/jfreechart/api/javadoc/org/jfree/data/statistics/HistogramDataset.html & https://mvnrepository.com/artifact/jfree/jfreechart/1.0.13

rjawesome commented 1 year ago

Generated Histogram in Java. Still need to do some integration with API/exposing the image (in graphs branch)

image

rjawesome commented 1 year ago

Histogram should be done. Model can be followed for other graphs.

rjawesome commented 1 year ago

Histogram, Box Plot, Dot Plot Completed on respective Pull Requests. Still need to work on stem plot.

rjawesome commented 1 year ago

All graphs completed