Does JFreeChart support Vector plot chart?
So that the values are represented with avectors (angle, length)
Vector type of chart
Re: Vector type of chart
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
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