Code Sample, a copy-pastable example. import pandas as pd pd.Series( [1,2], index=pd.interval_range(0,2) ).plot.bar() ...
確定! 回上一頁