Multi PiePlot

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

Multi PiePlot

Post by Nasir Akhtar » Mon Jan 13, 2003 7:24 pm

the pdf documentation for 0.9.4 (page 114) refers to the constructor

public PiePlot(CategoryDataset data)

however, the code for 0.9.4a has no such method for creating multi pie plots using a category data set.

any help will be appreciated.

Regards

Nasir

David Gilbert

Re: Multi PiePlot

Post by David Gilbert » Tue Jan 14, 2003 9:47 am

Hi Nasir,

I can see this method in my copy of 0.9.4a - can you double check? Also, does the MultiPieChartDemo.java application work on your system?

Regards,

Dave Gilbert

Nasir Akhtar

Re: Multi PiePlot

Post by Nasir Akhtar » Tue Jan 14, 2003 12:22 pm

Hi David

an error on my part...I have the code for 0.9.4.

will update it.

Regards

Nasir

Locked