How to create a 3D scatter chart?

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
May

How to create a 3D scatter chart?

Post by May » Fri Oct 11, 2002 12:34 am

I got an assignment today to plot the positions (latitude, logitude, and altitude) of aircrafts around an airport. Is there a way that I can fake the 3D affect using JFreeChart? If not, do you know of other tools that can create a 3D scatter plot?

Thank you very much.
May

Dave Gilbert

Re: How to create a 3D scatter chart?

Post by Dave Gilbert » Mon Oct 14, 2002 12:28 pm

I don't think JFreeChart will help you here. This applet might be a good solution:

http://www.csee.umbc.edu/~sli2/plot/index.html

Regards,

DG.

Locked