Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jfree 图表生成折线图,但我能够生成看起来不太好的折线图。我想生成如下图像
有人可以提出任何解决方案吗?
如果您已经有折线图,则必须将使用的渲染器更改为XYSplineRenderer. 请参阅此处的 javadocs 。
XYSplineRenderer
ArcTest展示了如何使用XYShapeAnnotation可以是 anyShape的。
ArcTest
XYShapeAnnotation
Shape