Skip to content

Instantly share code, notes, and snippets.

@theogf
Created May 24, 2019 09:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theogf/c7119b6412fc531c5d0ddf23296db39a to your computer and use it in GitHub Desktop.
Save theogf/c7119b6412fc531c5d0ddf23296db39a to your computer and use it in GitHub Desktop.
Failing to update x position for a surface
using Makie
N_grid = 100
x_grid = range(0,1,length=N_grid)
scene = Makie.surface(x_grid,x_grid,rand(N_grid,N_grid))
push!(scene[end][1],scene[end][1][].+ 1.0f0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment