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!