##// END OF EJS Templates
Merge pull request #9868 from has2k1/fix-dpi...
Min RK -
r22853:6e2950e1 merge
parent child Browse files
Show More
@@ -98,8 +98,6 b" def print_figure(fig, fmt='png', bbox_inches='tight', **kwargs):"
98 98 if not fig.axes and not fig.lines:
99 99 return
100 100
101 dpi = rcParams['savefig.dpi']
102 if dpi == 'figure':
103 101 dpi = fig.dpi
104 102 if fmt == 'retina':
105 103 dpi = dpi * 2
General Comments 0
You need to be logged in to leave comments. Login now