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

View File

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