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>]