Advertisement
Guest User

Untitled

a guest
Sep 17th, 2014
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. im = Import["http://i.stack.imgur.com/LF8lY.png"]
  2. imD = ImageData@im;
  3. ListPlot3D[10*imD[[1]],
  4. ColorFunction -> "GreenBrownTerrain",
  5. MeshFunctions -> {#3 &},
  6. PlotRange -> All,
  7. Axes -> False,
  8. Filling -> Bottom,
  9. FillingStyle -> Brown,
  10. Mesh -> ControlActive[5, Automatic]
  11. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement