pngmetadata.ipynb @master — view markup · raw · history · blame
In [1]:
%matplotlib inline
%config InlineBackend.figure_formats = set(['retina'])
import matplotlib.pyplot as plt
plt.plot([0,1],[1,0])
Out[1]:
%matplotlib inline
%config InlineBackend.figure_formats = set(['retina'])
import matplotlib.pyplot as plt
plt.plot([0,1],[1,0])