def test_matplot(self): plt.figure() plt.plot([3,1,4,1,20], 'ks-', mec='w', mew=5, ms=20) convert_to_html(plt.gcf())