You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I try to plot something using PyPlot.jl, nothing is displayed and only a 1-element Vector{PyCall.PyObject}: PyObject <matplotlib.lines.Line2D object at 0x00000274756122C0> element is returned.
I also tried p = plot(...); show(p), and p = plot(...); display(p) but I get nothing.
Plotting with Plots.jl works fine though. Is this a known issue or did I miss something?
I am running julia with vs code, I have julia 1.10 and the latest version of pyplot.jl.
The text was updated successfully, but these errors were encountered:
Whenever I try to plot something using PyPlot.jl, nothing is displayed and only a
1-element Vector{PyCall.PyObject}: PyObject <matplotlib.lines.Line2D object at 0x00000274756122C0>
element is returned.I also tried
p = plot(...); show(p)
, andp = plot(...); display(p)
but I get nothing.Plotting with Plots.jl works fine though. Is this a known issue or did I miss something?
I am running julia with vs code, I have julia 1.10 and the latest version of pyplot.jl.
The text was updated successfully, but these errors were encountered: