JuliaPlots / Plots.jl

Powerful convenience for Julia visualizations and data analysis
https://docs.juliaplots.org
Other
1.84k stars 355 forks source link

Main documentation has outdated examples #1648

Closed mimecuvalo closed 6 years ago

mimecuvalo commented 6 years ago

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/

Looks like linspace has been replaced by LinRange?

Not sure what that one's about.

mkborregaard commented 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).

mkborregaard commented 6 years ago

We're a bit under the weather because our Travis test machinery involves packages that are still broken on 1.0...

mimecuvalo commented 6 years ago

👍No worries, I can imagine y'all are swamped with the changes.

mkborregaard commented 6 years ago

https://github.com/JuliaPlots/PlotDocs.jl/pull/94