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
Yes, the issue is that since ErrorbarContainer is a subtype of tuple, PyCall is too aggressive about converting it to a Julia tuple. Yet another thing that will be eventually fixed by JuliaPy/PyCall.jl#617
Related to #401.
I'm simply trying to reverse the order of the legend entries of two errorbar plots.
Pure python (from within Julia):
Using PyPlot:
Note that the handles are wrong (should be markers with error bars).
PyPlot + ugly fix:
Presumably a PyObject conversion issue? In python,
h
is a containerIn Julia I find
The text was updated successfully, but these errors were encountered: