在 Ruby 中显示图表的简单方法是什么?
我正在考虑一些绘图选项,并且想要一个具有 Sparklines gem 的清洁度但不需要 Rmagick 的选项。我也想要一个有一些清晰教程的。
I am looking at some graphing options, and would like one that has the cleanliness of Sparklines gem but that doesn't require Rmagick. I'd like one with some clear tutorials, too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
查看 http://railscasts.com/episodes/223-charts 作为可能的解决方案。
Check out http://railscasts.com/episodes/223-charts as a possible solution.
Rmagick 有什么问题吗?我只是认为更多的信息可能会有所帮助,但由于该限制,我想我的答案可能也不适合您——我会说切换到 JRuby 并使用 jvm 上可用的任何包。
What's the problem with Rmagick? I'm just thinking a little more info might help, but because of that restriction I guess my answer probably won't suit you either--I'd say switch to JRuby and use any of the packages available on the jvm.
我使用 win32ole 让 Excel 创建图表。如果您使用桌面而不是 Web 服务器,可能更适合。
I use win32ole to get Excel to create graphs. Probably more suitable if you're on a desktop rather than a web server.