From 243d4a7ac3e4d5308204450f70630b9fd1b1d517 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Sat, 12 Sep 2015 20:28:40 -0400 Subject: [PATCH] working on unicodeplots savepng and examples --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d933f3d2..dd958d99 100644 --- a/README.md +++ b/README.md @@ -10,16 +10,17 @@ Please add wishlist items, bugs, or any other comments/questions to the issues l - [Qwt.jl](docs/qwt_examples.md) - [Gadfly.jl](docs/gadfly_examples.md) -- [UnicodePlots.jl](docs/gadfly_examples.md) +- [UnicodePlots.jl](docs/unicodeplots_examples.md) ## Installation -First, clone the package, and get any plotting packages you need: +First, clone the package, and get any plotting packages you need (obviously, you should get at least one backend): ``` Pkg.clone("https://github.com/tbreloff/Plots.jl.git") Pkg.add("Gadfly") # [optional] Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt +Pkg.add("UnicodePlots") # [optional] ``` ## Use