Skip to content

Commit

Permalink
fix methoderror thrown during doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
tlnagy committed Mar 20, 2017
1 parent a40e792 commit e282747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/lib/geoms/geom_contour.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ plot(z=(x,y) -> x*exp(-(x-round(Int, x))^2-y^2),
```

```@example 1
volcano = float(array(dataset("datasets", "volcano")))
volcano = Matrix{Float64}(dataset("datasets", "volcano"))
plot(z=volcano, Geom.contour)
```

Expand Down

0 comments on commit e282747

Please sign in to comment.