我刚刚在 Windows 7 上安装了 Julia-Studio 0.4.4。并添加了 Winston 包来尝试绘图。所以我做了如下并得到“FramedPlot(...)”输出,没有图形。
using Winston
x=randn(1,1000);
plot(x)
FramedPlot(...)
我应该怎么做才能让它工作?任何额外的图书馆?
我刚刚在 Windows 7 上安装了 Julia-Studio 0.4.4。并添加了 Winston 包来尝试绘图。所以我做了如下并得到“FramedPlot(...)”输出,没有图形。
using Winston
x=randn(1,1000);
plot(x)
FramedPlot(...)
我应该怎么做才能让它工作?任何额外的图书馆?