Andreas Radke
Andreas Radke
I understand. A workaround I am using right now is the cairosvg package. ```python from cairosvg import svg2png ... p = ggplot(..) + ... ggsave(p, filename='mysvg.svg', ...) svg2png(url='mysvg.svg', write_to='mypng.png') ```...
I am no legal expert but [it seems ](https://softwareengineering.stackexchange.com/questions/141847/how-does-using-a-lgpl-gem-affect-my-mit-licensed-application) that it does not affect your license if you use the library as it is.
> Sure, we can add such method to the class. But did you consider a different workflow: without `show()`. If "plot expression" is the last one in cell, then after...