question about display Z-Axis ?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
badlogicgame
Posts: 1
Joined: Sat Mar 02, 2019 8:31 am
antibot: No, of course not.

question about display Z-Axis ?

Post by badlogicgame » Sat Mar 02, 2019 8:46 am

Is it possible for JFreeChart to display real 3D data (with X, Y, Z axsis)?

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: question about display Z-Axis ?

Post by david.gilbert » Sat Mar 02, 2019 8:53 pm

No, not in JFreeChart. But you can do this in Orson Charts, another chart library I wrote:

https://github.com/jfree/orson-charts
David Gilbert
JFreeChart Project Leader

:idea: Read my blog
:idea: Support JFree via the Github sponsorship program

Locked