save fig plot dataframe

30

save fig plot dataframe -

plot = dtf.plot()
fig = plot.get_figure()
fig.savefig("output.png")

Comments

Submit
0 Comments