什么开源 Java 图表库可以在类别条形图中标记域?

发布于 2024-12-05 12:47:19 字数 358 浏览 1 评论 0原文

我正在条形图中绘制数据,并希望在特定条形之间绘制垂直线以将绘图分割为域:

示例

我一直无法找到可以执行此操作的库。 jfreechart 有所谓的域标记,但通过条形图的中间绘制它们,因此您实际上是在标记单个条形图而不是域:

示例

有谁知道一个可以实现我想要的功能的库吗?

I'm plotting my data in a bar chart and would like to draw vertical lines between particular bars to segment the plot into domains:

Example

I haven't been able to find a library that can do this. jfreechart has so called domain markers but draws them through the middle of the bars, so you're really marking individual bars instead of domains:

Example

Does anyone know a library that can do what I want?

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

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

发布评论

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

评论(1

雪若未夕 2024-12-12 12:47:20

JFreechart 包含许多 Marker 子类,它们是如图所示 杂项 > 示例的标记部分。此外,许多绘图允许自定义网格线和/或十字线Stroke。对于任意线条和形状,请考虑 org.jfree.chart.annotations,如XYLineAnnotation,演示了此处

JFreechart includes a number of Marker subclasses that are pictured among the Miscellaneous > Markers section of the samples. In addition, many plots allow customizing the gridline and/or crosshair Stroke. For arbitrary lines and shapes, consider one of the org.jfree.chart.annotations, such as XYLineAnnotation, demonstrated here.

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