plot = dtf.plot() fig = plot.get_figure() fig.savefig("output.png") ... import pandas as pd import seaborn as sns # for sample data import matplotlib.pyplot ...
確定! 回上一頁