[Makie] Get data from figure

Given a Figure, is it possible to get the Arrays with the data? I want to do tests on automatically setting legal limits for log scale plots by automatically adjusting limits to hide the offending points, and printing a warning.

The axes are in figure.content, from there you can do ax.scene.plots to get the plots, and check their inputs. Is that what you mean?

1 Like

Yes! Thanks