##// END OF EJS Templates
handle lecture test moving to lib
handle lecture test moving to lib

File last commit:

r20906:1a805ad1
r21233:01e9bda2
Show More
pngmetadata.ipynb
239 lines | 16.4 KiB | text/plain | TextLexer
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>]
No description has been provided for this image