How to display two sub pie plots in a parent plot

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

How to display two sub pie plots in a parent plot

Post by Joanne Li » Fri Aug 23, 2002 6:51 pm

I want to display two pie charts in a parent chart just like the combined XY Plot. But CombinedXYPlot only takes sub XYPlots, not PiePlots.

Any idea on how to solve this problem?

Thanks a lot.
Joanne

David Gilbert

Re: How to display two sub pie plots in a parent plot

Post by David Gilbert » Mon Aug 26, 2002 8:37 am

Some code has been committed to CVS for displaying multiple pie charts together, based on data in a CategoryDataset. It will be included in 0.9.3, when it is released.

Regards,

DG.

Locked