switched docs url

This commit is contained in:
Thomas Breloff 2016-06-29 12:31:01 -04:00
parent f087594331
commit 3a4b881576
2 changed files with 2 additions and 2 deletions

View File

@ -211,7 +211,7 @@
- Integration with [PlotlyJS.jl](https://github.com/spencerlyon2/PlotlyJS.jl) for using Plotly inside a Blink window @spencerlyon2 - Integration with [PlotlyJS.jl](https://github.com/spencerlyon2/PlotlyJS.jl) for using Plotly inside a Blink window @spencerlyon2
- The Plotly backend has been split into my built-in version (`plotly()`) and @spencerlyon2's backend (`plotlyjs()`) - The Plotly backend has been split into my built-in version (`plotly()`) and @spencerlyon2's backend (`plotlyjs()`)
- Revamped backend setup code for easily adding new backends - Revamped backend setup code for easily adding new backends
- New docs (WIP) at http://plots.readthedocs.org/ - New docs (WIP) at http://juliaplots.github.io/
- Overhaul to `:legend` keyword (see https://github.com/tbreloff/Plots.jl/issues/135) - Overhaul to `:legend` keyword (see https://github.com/tbreloff/Plots.jl/issues/135)
- New dependency on Requires, allows auto-loading of DataFrames support - New dependency on Requires, allows auto-loading of DataFrames support
- Support for plotting lists of Tuples and FixedSizeArrays - Support for plotting lists of Tuples and FixedSizeArrays

View File

@ -30,4 +30,4 @@ end
![waves](http://juliaplots.github.io/examples/img/waves.gif) ![waves](http://juliaplots.github.io/examples/img/waves.gif)
View the [full documentation](http://plots.readthedocs.io). View the [full documentation](http://juliaplots.github.io).