issues
search
JuliaPy
/
PyPlot.jl
Plotting for Julia based on matplotlib.pyplot
https://github.com/JuliaPy/PyPlot.jl
MIT License
478
stars
88
forks
source link
fix 0.7 depwarns
#368
Closed
ksmcreynolds
closed
6 years ago
ksmcreynolds
commented
6 years ago
Added
undef
to array constructors
Replaced
linspace
with
range
Also updated README example. Not sure if there is a better way to show both 0.6 and 0.7 syntax.
Miscellaneous updates to fix depwarns in tests
undef
to array constructorslinspace
withrange