Hey,
Thanks for your answer. However, neither of the options works. To reiterate: I want to keep the current camera positions of a plot after an update. Looking at the examples of Patches: I can zoom into a graph, but as soon as I update the graph, the camera is again zoomed out. I didn’t implement it myself but the examples on the page already demonstrate the problem.
I tried to take a look at the scene property. However, it stays the same in an update (I looked at the current state as an Input) even as I rotated the camera beforehand.
After some additional searching, I guess the “uirevision” is the thing that I’m searching for. See here: 📣 Preserving UI State, like Zoom, in dcc.Graph with uirevision with Dash