working on unicodeplots savepng and examples

This commit is contained in:
Thomas Breloff 2015-09-12 20:28:40 -04:00
parent 50254d06d7
commit 243d4a7ac3

View File

@ -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