Groovy 图形库/工具?
我正在寻找一个 Groovy 工具/库,可以在图表上绘制点。我认为 SwingXBuilder 可能可以解决这个问题,但看起来它只用于图形函数。
我正在寻找能让我在线图上看到特定 X 和 Y 值的东西...有人知道这样的东西吗?
提前致谢!
I'm looking for a tool/library for Groovy that will graph points on a graph. I thought that SwingXBuilder might do the trick, but it looks like that's only used for graphing functions.
I'm looking for something that will allow me to see specific X and Y values on a line graph... Does anyone know of anything like this?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
JFreeChart。虽然这看起来有点矫枉过正,但我记得大约一年前我在寻找类似的东西时没有找到有价值的替代品。
JFreeChart. Although it may seem as an overkill but I remember myself finding no worthy alternatives when I was looking for a similar thing about a year ago.