Using ion() helped, so I guess ion() is not the default on my system.
For the versions see my first post (basically all the newest), the python
distribution is debians one.
Thank you so far.
On Thursday, April 30, 2015 at 4:40:10 PM UTC+2, axsk wrote:
>
> Using IJulia i get the following result:
>
> In [1]:
>
> using PyPlot
>
> x = linspace(0,2*pi,1000)
>
> y = sin(3*x + 4*cos(2*x));
>
> plot(x, y, color="red", linewidth=2.0, linestyle="--")
>
> Out[1]:
>
> 1-element Array{Any,1}:
> PyObject <matplotlib.lines.Line2D object at 0x7056650>
>
>
> Unfortunately, no plot image is shown.
> I am using the current Julia nightly, the master versions of PyPlot and
> PyCall, Python 2.7.3 and IPython 3.1.0 on Linux x86_64.
>
> In case anyone is on these newest versions: Does it work for you?
>
> Do you have any ideas what I could try to get it working?
>