... 8)) ax = fig.add_subplot(1, 1, 1) ax.set_xticks(range(0, len(df_2330.index), 10)) ax.set_xticklabels(df_2330.index[::10]) mpf.candlestick2_ochl(ax, ...
確定! 回上一頁