SimpleHistogramDataset - Problem: HistogramType

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

SimpleHistogramDataset - Problem: HistogramType

Post by JFreeChartUser » Sat Oct 21, 2006 3:12 pm

Hi,
is it possible to set the HistogramType of SimpleHistogramDataset to
RELATIVE_FREQUENCY like for HistogramDataset?!
When not, how can i set the range axis to display this information?
I know, i can use the HistogramDataset, but for my problem the HistogramDataset is not very usefull, because the bin for the origin x=0,y=0 is NEVER in the middle. I don't know why!

rolf_rodenbach
Posts: 1
Joined: Wed Feb 03, 2010 12:39 pm
antibot: No, of course not.

Re: SimpleHistogramDataset - Problem: HistogramType

Post by rolf_rodenbach » Wed Feb 03, 2010 12:44 pm

Bumping this... I need to specify my bins manually, so HistogramDataset is no good to me. But I do want to plot the relative frequencies :(

Traxer
Posts: 15
Joined: Tue Jan 31, 2012 9:06 pm
antibot: No, of course not.

Re: SimpleHistogramDataset - Problem: HistogramType

Post by Traxer » Wed Feb 29, 2012 10:34 am

I have excactly the same problem as JFreeChartUser! Any solutions?

Locked