Skip to content

Instantly share code, notes, and snippets.

View jaakkor2's full-sized avatar
😻

Jaakko Ruohio jaakkor2

😻
  • Finland
View GitHub Profile
@jaakkor2
jaakkor2 / animtest.jl
Created September 22, 2018 13:47
Works if pasted to REPL, not if included from file
using Makie
function heart()
scene = scatter([0], [0], marker = '❤', markersize = 0.5, color = :red, raw = true)
end
function heart_update(scene)
s = scene[end] # last plot in scene
i = 0
println(isopen(scene))