Windows 7下的Javaplot和gnuplot 4.6 - 消失的结果 [英] Javaplot under windows 7 and gnuplot 4.6 - disappearing result

查看:498
本文介绍了Windows 7下的Javaplot和gnuplot 4.6 - 消失的结果的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想回到旧的东西:
JavaPlot和gnuplot



我正在使用Windows 7,而且我也有同样的问题,这意味着我的图表在启动简单的测试程序后立即消失:

  public static void main(String ... args){
JavaPlot p = new JavaPlot(F:/ Programs / GnuPlot / bin / pgnuplot.exe);

p.addPlot(sin(x));
p.setPersist(true);
p.plot();
}

此外,这行

  p.setPersist(真); 

不会更改任何内容,我可以使用true或false,并且具有与上述相同的结果。 / p>

我正在使用gnuplot 4.6,没有像以前的解决方案一样名为GnuPlotParameters的文件。有没有人在Windows 7和gnuplot 4.6下使用javaplot,并有同样的问题?
我创建了新的问题,因为旧的被关闭了。



最佳
Janusz

解决方案

这是一个问题具有默认的gnuplot分布式unde Windows。
请参阅错误报告



还有更多信息如何处理,此处



编辑:有一个新版本的JavaPlot应该解决这个问题。


I want to return to the old thing: JavaPlot and gnuplot

I'm using windows 7 and I have the same problem, it means that my graph disappear immediately after the launching my simple test program:

public static void main(String... args) {
    JavaPlot p = new JavaPlot("F:/Programs/GnuPlot/bin/pgnuplot.exe");

    p.addPlot("sin(x)");
    p.setPersist(true);
    p.plot();
}

Moreover this line

p.setPersist(true);

does not change anything, I can use true or false and there is the same result as above.

I'm using gnuplot 4.6 and there is no file called "GnuPlotParameters" like in earlier solution. Is there anyone who used javaplot under windows 7 and gnuplot 4.6, and had the same problem? I created new question because the old one was closed.

Best Janusz

解决方案

This is a problem with default gnuplot distribution unde Windows. See this bug report.

Also more info what to do with it, here.

EDIT: There is a new version of JavaPlot which is supposed to fix this issue.

这篇关于Windows 7下的Javaplot和gnuplot 4.6 - 消失的结果的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆