Python中使用matplotlib绘图时,存储图片格式为savefig('figure1.eps')
如果之前参数中如果使用了alpha=0.5,eps格式不识别。
解决方案:存为png,jpeg或者pdf文件,之后再转化为eps文件。
参考案例:
https://stackoverflow.com/questions/19638773/matplotlib-plots-lose-transparency-when-saving-as-ps-eps
Python中使用matplotlib绘图时,存储图片格式为savefig('figure1.eps')
如果之前参数中如果使用了alpha=0.5,eps格式不识别。
解决方案:存为png,jpeg或者pdf文件,之后再转化为eps文件。
参考案例:
https://stackoverflow.com/questions/19638773/matplotlib-plots-lose-transparency-when-saving-as-ps-eps
本文标题:Matplotlib存储的eps不支持透明度
本文链接:https://www.haomeiwen.com/subject/iyuxlqtx.html
网友评论