Skip to content

Commit

Permalink
no frame
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Feb 14, 2021
1 parent 2c3a1f5 commit 6937d49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gallery.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ using NeutralLandscapes
using Plots
function demolandscape(alg::T) where {T <: NeutralLandscapeMaker}
heatmap(rand(alg, (200, 200)), frame=:box, aspectratio=1, c=:alpine)
heatmap(rand(alg, (200, 200)), frame=:none, aspectratio=1, c=:davos)
end
```

Expand Down

0 comments on commit 6937d49

Please sign in to comment.