How to have the data area at a fixed position?

For a slideshow, i would like to place the data area of a lilaq diagram at a fixed position, so that plots in subsequent slides align exactly.

The diagram function returns a box surrounding the full diagram including labels and tick marks. And i can’t find a way to get “back” to the data area contained within.

Is there some way to do this?

For now i worked around it like so, but using a fork is of course pretty annoying

Hello @GKar

Depending on your diagram you could try to align it at the bottom + right within some fixed-size box.

I plan to add some bounding box modes for more strict or relaxed bounding boxes. Here, one option could also be to just bound the data area.

1 Like

Ah, thanks! bottom + right depends on the xlabel, but top + right did the trick in my case

Oops, that’s what I meant but you read my thoughts :D