JuliaPy / PyPlot.jl

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

WIP: Use property #420

Closed tkf closed 5 years ago

tkf commented 5 years ago

It's mostly sed-based edit so maybe I'm missing something. But it seems it's working...

Closes #426.

stevengj commented 5 years ago

Thanks. It will have to wait until a new version of PyCall is tagged, however, and will need to bump the versions in the REQUIRE file.

stevengj commented 5 years ago

Update to REQUIRE PyCall 1.90

stevengj commented 5 years ago

Should be good to merge once AppVeyor is green.

tkf commented 5 years ago

Thanks for finishing this up.