Vector type of chart

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

Vector type of chart

Post by Peter » Wed Dec 18, 2002 7:17 pm

Does JFreeChart support Vector plot chart?
So that the values are represented with avectors (angle, length)

David Gilbert

Re: Vector type of chart

Post by David Gilbert » Wed Dec 18, 2002 8:11 pm

Hi Peter,

There's no support for that at present, but it probably wouldn't be that hard to create from some of the existing pieces of JFreeChart.

Are the vectors all starting at (0, 0)? Or at particular (x, y) coordinates? A good starting point would be to define a VectorDataset interface that provides the standard means of accessing the data. Any ideas?

Regards,

Dave Gilbert

Locked