JuliaPy / PyPlot.jl

Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478 stars 88 forks source link

LinearAlgebra Support #387

Closed arnavs closed 6 years ago

arnavs commented 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.

arnavs commented 6 years ago

Nevermind, this looks like a PyCall bug. https://github.com/JuliaPy/PyCall.jl/issues/555