I was trying to create an animation using the record function in Makie.jl. I am able to successfully create a recording (a mp4 file).
However the image that I am plotting in the animation doesnt seem to update. Throughout the duration of the animation the same image seems to be there.
I have attached an image of my code below for your reference.
I do understand that I need to change the existing image, however I cant figure out how to do it.
The example in the animations page changes the color of the lineplot. However I need to change the entire image.
Also the rotl90(rotr90( was very stupid, thanks for pointing that out!
You need to pass an observable of a matrix into heatmap and update that. Maybe this page helps to understand the concepts even though it doesn’t show this specific action Observables & Interaction