You will get a PyObject containing the plot. However, this will not be rendered inside Juno. You could write the plot output to a file instead.
On Tuesday, October 6, 2015 at 4:28:57 AM UTC+2, halim hamadi wrote: > > > > I have a problem about the plot data on juno using pyplot. > > using PyCall > 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="--") > > > after I did "eval all" in Juno does nothing happened. > > whether there is a solution in solving this problem? > thanks >
