'How to export vector graphics to MS Powerpoint with editable text?

I plot graphs with Matplotlib in Python. When I save the plot as .svg and then import to MS Powerpoint, I can decompose the .svg into parts. However, I cant alter the axis annotation or plot title. Is there a way to export a python plot to MS Powerpoint, so all embedded text is automatically recognized as textboxes in MS Powerpoint (so it is easy to change the text and alter the text size)?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source