Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPlot with Julia Studio #252

Open
abramdemski opened this issue Nov 26, 2014 · 0 comments
Open

PyPlot with Julia Studio #252

abramdemski opened this issue Nov 26, 2014 · 0 comments

Comments

@abramdemski
Copy link

I have been trying to figure out the best way to do graphics (winston/gadfly/pypblot...) and I have found that PyPlot works fine in the Julia command line, but does not work in Julia Studio. Initially it was throwing an error when trying to plot: UndefVarError(:pltm). Since everything was OK on my stand-alone Julia, I changed the 'path to Julia binaries' in the Julia Studio options, to match the stand-alone Julia's location.

This changed the behavior. Now, the plot function does not cause an error. It does not display anything, however. It prints this to output:

1-element Array{Any,1}:
PyObject <matplotlib.lines.Line2D object at 0x000000002A3237F0>

Running pygui(true) does not change this behavior.

Does PyPlot normally work? Am I experiencing a strange bug? Or, is it just not possible for PyPlot to work correctly with Julia Studio?

This could be related to another issue:
#224
but, seems like a distinct problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant