On Friday, May 1, 2015 at 12:19:31 PM UTC-4, Jack Minardi wrote: > > You should call `show()` after all plotting command to display the plot. > Alternatively you can just use interactive mode like others in this thread > suggested. >
No, you shouldn't need show, and you shouldn't need to fiddle with interactive mode. PyPlot in IJulia should automatically display the plot in the output, without any intervention. It's hard to debug your problem without more information (platform Julia version, PyPlot version, Matplotlib version, Python distro).
