Java 绘图库,如 python 的 matplotlib

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18992184/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 13:08:58  来源:igfitidea点击:

Java plotting library like python's matplotlib

javaplotgraphing

提问by arynaq

I am looking for a java plotting library that might be as good as matplotlib is for python.I have done some research looking over SO questions, but many of them are outdated and a lot has changed in the few years since they were asked. The suggestions that come up lead to websites that at the surface seem to be offering good libraries but my needs are immediate and I cannot afford the time to use them all and find the best through experience.

我正在寻找一个 Java 绘图库,它可能与用于 python 的 matplotlib 一样好。我已经对 SO 问题进行了一些研究,但其中许多已经过时,并且在被问到这些问题后的几年里发生了很多变化。提出的建议导致网站表面上似乎提供了很好的图书馆,但我的需求是即时的,我没有时间使用它们并通过经验找到最好的。

And so I am asking for your experience, can any of you recommend a graphing library that is to java as matplotlib is to python (in 2013)?

所以我问你的经验,你们中的任何人都可以推荐一个图形库,它适用于java,就像matplotlib适用于python(2013年)?

采纳答案by DeadlyFugu

There's a ton of graphing libraries available for Java. Plotting libraries? Not so much. A list is availble at https://stackoverflow.com/questions/4851035/i-am-looking-for-a-plotting-library-for-java

有大量可用于 Java 的图形库。绘制库?没那么多。列表可在https://stackoverflow.com/questions/4851035/i-am-looking-for-a-plotting-library-for-java 获得

If none of those cut it, Here's one some quick Googling found me. While I've never used it, based off it's description JMathPlotseems really good.

如果这些都没有削减它,这是一些快速谷歌搜索找到我的。虽然我从未使用过它,但根据它的描述JMathPlot似乎非常好。