draw empty histogram in time series

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
nncode
Posts: 1
Joined: Sat May 02, 2015 5:50 pm
antibot: No, of course not.

draw empty histogram in time series

Post by nncode » Sat May 02, 2015 6:12 pm

Code: Select all

___________
|         |
|      ___|_____________________
|     |   |                     |
|     |   |                     |
|_____|___|_____________________|
Above is what I am trying to achieve.

It is a time series plot. I want to make histogram which may overlapping. I would think to draw each vertical & horizontal lines to compose the whole plot, because then I can clearly see the overlapping histogram.

But my question is, how do I draw vertical lines from (timeValue_1, y1) to (timeValue_1, y2) ? All timeseries plot are with different timeValue to connect dots.

Locked