docs
This commit is contained in:
parent
a504e9bc02
commit
095d84352c
@ -11,8 +11,7 @@ First, clone the package, and get any plotting packages you need:
|
|||||||
```
|
```
|
||||||
Pkg.clone("https://github.com/JuliaPlot/Plots.jl.git")
|
Pkg.clone("https://github.com/JuliaPlot/Plots.jl.git")
|
||||||
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("Gadfly") # [optional] might also need to Pkg.checkout("Gadfly")
|
Pkg.add("Gadfly") # [optional]
|
||||||
# and maybe Colors/Compose... I had trouble with it
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Load it in. The underlying plotting backends are not imported until `plotter()` is called (which happens
|
Load it in. The underlying plotting backends are not imported until `plotter()` is called (which happens
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user