7

Is it possible to Create 3D area chart using jFree ?

enter image description here

If yes, can someone point me to the right direction ?
Any workaround possible?

BenMorel
  • 34,448
  • 50
  • 182
  • 322
Nagesh Salunke
  • 1,278
  • 3
  • 14
  • 37

1 Answers1

5

No, jfreechart does not support 3d plots.

(Update from comments):

I would also suggest looking at this thread, which suggests some alternatives like: jzy3d, JMathTools, Surface Plotter, JavaPlot, etcetera

Community
  • 1
  • 1
Andy B
  • 328
  • 3
  • 9
  • If that statement is correct (I do not know), then it is a valid answer IMO. A quick search turned up [this link](http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=18464) which also suggests it is "not supported". – Leigh Aug 07 '13 at 21:20
  • also suggest looking at this [http://stackoverflow.com/questions/1740830/java-3d-plot-library](http://stackoverflow.com/questions/1740830/java-3d-plot-library) – Andy B Aug 08 '13 at 14:37
  • 5
    I (JFreeChart author) confirm that JFreeChart does not support 3D area charts. I've created a new chart library (Orson Charts 3D) that supports 3D area charts amongst others. It's not free like JFreeChart. – David Gilbert Nov 18 '13 at 08:01