master
/ .localenv / lib / python3.5 / site-packages / nbconvert / exporters / tests / files / pngmetadata.ipynb

pngmetadata.ipynb @masterview markup · raw · history · blame

Notebook
In [1]:
%matplotlib inline
%config InlineBackend.figure_formats = set(['retina'])
import matplotlib.pyplot as plt
plt.plot([0,1],[1,0])
Out[1]:
[<matplotlib.lines.Line2D at 0x10f695240>]