def plot_style(self,data): for xss in plt.style.available: print xss plt.style.use(xss) data.plot() #plt.show() plt.savefig('data\\'+xss+'fv.png')