From df2af806098e704439f614181b0fc4bc9de3dbb8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Favio=20Andr=C3=A9=20V=C3=A1zquez?= Date: Wed, 11 Nov 2015 22:46:28 -0600 Subject: [PATCH] Add link to Immerse.jl example This adds the Immerse.jl examples from https://github.com/tbreloff/ExamplePlots.jl to the Readme file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22740644..0e34691e 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,8 @@ Please add wishlist items, bugs, or any other comments/questions to the issues l ## Examples for each implemented backend: -- [Gadfly.jl/Immerse.jl](https://github.com/tbreloff/ExamplePlots.jl/tree/master/docs/gadfly_examples.md) +- [Gadfly.jl](https://github.com/tbreloff/ExamplePlots.jl/tree/master/docs/gadfly_examples.md) +- [Immerse.jl](https://github.com/tbreloff/ExamplePlots.jl/blob/master/docs/immerse_examples.md) - [PyPlot.jl](https://github.com/tbreloff/ExamplePlots.jl/tree/master/docs/pyplot_examples.md) - [UnicodePlots.jl](https://github.com/tbreloff/ExamplePlots.jl/tree/master/docs/unicodeplots_examples.md) - [Qwt.jl](https://github.com/tbreloff/ExamplePlots.jl/tree/master/docs/qwt_examples.md)