Simpan Fig Plot DataFrame

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