Skip to content

Commit

Permalink
fix broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Jun 16, 2020
1 parent 6a403de commit 489d061
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -47,13 +47,13 @@ histogram(randn(10000))
"backends", where ``GR`` seems to be one of the favorite ones.
To get an impression how complex visualizations may become
easier with [Plots](https://juliaplots.github.io), take a look at
[these](http://docs.juliaplots.org/latest/examples/gr/) examples.
[these](https://docs.juliaplots.org/latest/generated/gr/) examples.

``Plots`` is great on its own, but the real power comes from the ecosystem surrounding it. You can find more information
[here](http://docs.juliaplots.org/latest/ecosystem/).
[here](https://docs.juliaplots.org/latest/ecosystem/).

## Alternatives

Besides ``GR`` and ``Plots`` there is a nice package called [GRUtils](https://github.com/heliosdrm/GRUtils.jl) which provides a user-friendly interface to the low-level ``GR`` subsytem, but in a more "Julian" and modular style. Newcomers are recommended to use this package. A detailed documentation can be found [here](https://heliosdrm.github.io/GRUtils.jl/stable/).

``GR`` and ``GRUtils`` are currently still being developed in parallel - but there are plans to merge the two modules in the future.
``GR`` and ``GRUtils`` are currently still being developed in parallel - but there are plans to merge the two modules in the future.

0 comments on commit 489d061

Please sign in to comment.