JuliaIDE / Julia-LT

Julia plugin for Light Table
57 stars 7 forks source link

Rendering plots via PyPlot #182

Open veryluckyxyz opened 9 years ago

veryluckyxyz commented 9 years ago

Juno is not rendering plots via PyPlot (python's Matplotlib). It returns a PyObject ex: using PyPlot; PyPlot.plot(rand(10), rand(10), "ko");

Is there a quick and perhaps easy way to get pyplot render in Juno?

Thank you!

MikeInnes commented 9 years ago

PyPlot won't display plots inline, but you should find that they show up either in a new window or in the console. Do you see either of those, or any other errors in the console?

veryluckyxyz commented 9 years ago

Thank you for your response! There are no error messages on console. There is a new "Tk widget demonstration application" but it does not show a window or plot. Am I missing some dependencies that will let this widget work?

Thanks again!

pfitzseb commented 9 years ago

Related: http://discuss.junolab.org/t/pyplot-inline-results/145