Horizontal histogram with vertical plots

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Zappo
Posts: 9
Joined: Thu Jan 31, 2008 8:53 pm

Horizontal histogram with vertical plots

Post by Zappo » Thu Feb 07, 2008 2:23 pm

Hi all! :)

I've built a chart where I display a time series, with time on the X axis and a range of values on the Y axis.

Now, I've been asked to calculate how much time the variable spends in each possible value, and plot that as a horizontal histogram in the same chart.

So basically I'd have a horizontal plot and a vertical plot in the same chart. Is that at all possible?

Locked