I always use show command to change some parameters
pic1=plot( Thermo_Cond_Sutra(por=0.4,lamb=2)
,(sw,0,1)
,color='black'
)
pic1.show(legend_loc="upper right"
,fontsize=15, frame=True ,axes=False
)
pic1.save('a.eps')
However, the parameters in the show() will not validate in the eps file I saved after the show. Is there a way to modify the parameters such as Frame=true, axes=false to the eps file?
thanks