Makie - save specific axis only

I have a plotting function that allows for a bit of interactivity, but I’d like to be able to exclude the toggles/sliders when I’m saving the figure, which is an LScene() type in position [1,1] of my GridLayout.

I would figure something like save(“title.png”, fig[1,1]) would properly extract the correct axis, but I’m having some issues!

I think you can do save("title.png", lscene.scene)

1 Like

Hey @ffreyer, do you think save("somename",f[rowinds,colinds]) could be supported ? That would be very practical !