ValueAxis set to RELATIVE_FREQUENCY ?!

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
JFreeChartUser
Posts: 9
Joined: Mon Sep 11, 2006 12:41 pm

ValueAxis set to RELATIVE_FREQUENCY ?!

Post by JFreeChartUser » Fri Nov 03, 2006 3:30 pm

Hi,
how can i change the range-axis of an XYPlot to RELATIVE_FREQUENCY like for Histograms ?

iper
Posts: 9
Joined: Fri Oct 27, 2006 9:07 am

Post by iper » Fri Nov 03, 2006 3:34 pm

I think you can process the data first (making num/total) before sending it to the plot.

Locked