Closed mimecuvalo closed 6 years ago
Thanks for reporting! Yes, those are not run on new versions - the examples at the end are! This would not happen if these, as well as those from the tutorial were built automatically (https://github.com/JuliaPlots/PlotDocs.jl/pull/80).
We're a bit under the weather because our Travis test machinery involves packages that are still broken on 1.0...
👍No worries, I can imagine y'all are swamped with the changes.
Hiya! I'm exploring the Plots package but the main landing page's examples seem to be busted. (not sure if it's caused by the 1.0 release).
The page: http://docs.juliaplots.org/latest/
Lorenz Attractor example, some variable scope problem?
"Make some waves" example:
x = y = linspace(-5, 5, 40)
ERROR: MethodError: no method matching linspace(::Int64, ::Int64, ::Int64)Looks like linspace has been replaced by LinRange?
ERROR: MethodError: no method matching findfirst(::Array{Plots.Subplot,1}, ::Plots.Subplot{Plots.PyPlotBackend})
Not sure what that one's about.