如何在 JFree BarChart 中添加 PieChart 子图?

发布于 2024-12-27 20:51:39 字数 188 浏览 3 评论 0原文

我想在 JFree BarChart 上包含 PieChart 子图。这个想法是表示图表中包含的项目数与项目总数,以了解长尾有多长。

您可以在此处获取示例图像。如何使用 JFreeChart 构建类似的东西?

在此处输入图像描述

I want to include a PieChart subplot over a JFree BarChart. The idea is represent how many items are included in the chart vs the total number of items to see how long is the Long Tail.

Here you can a sample image. How can I build something similar with JFreeChart?

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

拍不死你 2025-01-03 20:51:39

您可以使用 createBufferedImage() 并将其作为 XYImageAnnotation

You can create a BufferedImage from any chart using createBufferedImage() and add it to a chart as an XYImageAnnotation.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文