I noticed that if I plot something with Makie, then zoom-pan in the GUI, then I save with Makie.save()
, the originally plotted “version” will be saved. I understand this behaviour.
But, is there a way to save the plot as-is (after zooming, etc.)? For 3D shapes (which I am working with currently) that would be really convinient.
1 Like
scene.center = false
save("test.png", scene)
I should figure out a way how to make this behaviour the default, without changing the centering behaviour
3 Likes
Ohh, I didn’t thought that this is the same “issue” as here:
Moving camera then saving picture in Makie
And thank you for the quick answer!
1 Like
For future me, having the same problem, this is a current good solution: