Closed arnavs closed 6 years ago
I find that passing in things like v' or transpose(v) into PyPlot methods fails, probably because the new Transpose and Adjoint types don't subtype Matrix, but instead AbstractMatrix.
v'
transpose(v)
PyPlot
Transpose
Adjoint
Matrix
AbstractMatrix
Nevermind, this looks like a PyCall bug. https://github.com/JuliaPy/PyCall.jl/issues/555
I find that passing in things like
v'
ortranspose(v)
intoPyPlot
methods fails, probably because the newTranspose
andAdjoint
types don't subtypeMatrix
, but insteadAbstractMatrix
.