I am using jfreechart at the moment and want to generate a kind of scatterplot. I have 100000s of datapoints. Now I want to change each 2D point into a (3D-) stick by usind the points z-value as the stick height. The whole plot should be zoomable! Thats it. Is this possible in jfreechart? How can I do this without bucking or delay within the zooming action?
Thanks for any suggestions!
Achim