Update tests and depencies

pull/37/head
Matti Pastell 2016-04-27 20:10:28 +03:00
parent 9d4e68ca5c
commit e2da54fa54
2 changed files with 1 additions and 12 deletions

View File

@ -4,3 +4,4 @@ Gadfly
PyPlot
Winston
DSP
Plots

View File

@ -27,15 +27,3 @@ scatter!(rand(100),markersize=6,c=:orange)
```{julia;echo=false; fig_cap="A random walk."; label="random"}
plot(y = cumsum(randn(1000, 1)))
```
```
using TestImages
testimage("mandrill")
```
```
using RDatasets
iris = dataset("datasets", "iris")
head(iris)
```