Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

PyPlot with Julia Studio #252

@abramdemski

Description

@abramdemski

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions