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.
我有一组6分。现在我想创建一条趋势线(五次多项式)。我对 GNUPlot 还没有太多经验,但我找到了“适合”的方法,它应该完全符合我的要求。问题是我不知道如何在 JavaPlot 中调用该方法。即使它没有在 JavaPlot 中实现,也应该可以以某种方式使用该方法,对吧?JavaPlot 网站甚至声明:
此外,它足够灵活,可以为 gnuplot 提供特殊参数,即使库不支持它(还)。
有谁知道我如何在 JavaPlot 中绘制拟合(趋势)线?
JavaGnuplotHybrid 可能是一个解决方案。它允许使用 Java 和 gnuplot 进行混合编程,这意味着支持所有 gnuplot 功能。不过,您需要先了解一些有关 gnuplot 的知识。
更多细节: