标签: java jfreechart pie-chart bar-chart subplot
我想在JFree BarChart上包含一个PieChart子图。这个想法代表图表中包含的项目数与要查看长尾的时间长度的项目总数。
您可以在此处获取示例图像。我如何用JFreeChart构建类似的东西?
答案 0 :(得分:2)
您可以使用createBufferedImage()从任意图表创建BufferedImage,并将其作为XYImageAnnotation添加到图表中。
createBufferedImage()
BufferedImage
XYImageAnnotation