readme
This commit is contained in:
parent
4aa79aed6f
commit
448fdaecbd
@ -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):
|
||||
|
||||
```julia
|
||||
Pkg.add("Gadfly") # [optional]
|
||||
Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt
|
||||
Pkg.add("UnicodePlots") # [optional]
|
||||
Pkg.add("PyPlot") # [optional] requires python and matplotlib
|
||||
Pkg.add("Gadfly")
|
||||
Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # requires pyqt and pyqwt
|
||||
Pkg.add("UnicodePlots")
|
||||
Pkg.add("PyPlot") # requires python and matplotlib
|
||||
```
|
||||
|
||||
## Use
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user