This commit is contained in:
Thomas Breloff 2015-09-14 00:45:55 -04:00
parent 4aa79aed6f
commit 448fdaecbd

View File

@ -26,10 +26,10 @@ Pkg.clone("https://github.com/tbreloff/Plots.jl.git")
then get any plotting packages you need (obviously, you should get at least one backend): then get any plotting packages you need (obviously, you should get at least one backend):
```julia ```julia
Pkg.add("Gadfly") # [optional] Pkg.add("Gadfly")
Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # requires pyqt and pyqwt
Pkg.add("UnicodePlots") # [optional] Pkg.add("UnicodePlots")
Pkg.add("PyPlot") # [optional] requires python and matplotlib Pkg.add("PyPlot") # requires python and matplotlib
``` ```
## Use ## Use