Use
using PyCall
set!(ax."xaxis"."_axinfo", "juggled", (0,0,0))
to prevent ax.zaxis._axinfo from being converted to a native Julia object before assignment.
Use
using PyCall
set!(ax."xaxis"."_axinfo", "juggled", (0,0,0))
to prevent ax.zaxis._axinfo from being converted to a native Julia object before assignment.