Is matplotlib SVG export considered "stable"?

Hi!

I’m currently working on a parser of matplotlib SVG outputs, and I was wondering if this is considered to be “stable”, in the sense that it will not (significantly) change regularly. By that I mean that the output of a given code (with same data) will stay the same in future versions.

Relatively so, but it is not considered part of the API surface that we preserve. So long as it produces the same visual output, internals may change if necessary, though I think that has been rare.

1 Like

Ok that’s pretty much what I expected, thanks!