用candlestick_ohlc 畫k線

import mpl_finance as mpf fig, (ax1, ax2) = plt.subplots(2, sharex=True, figsize=(15,8)) mpf.candlestick_ohlc(ax1,daysreshape.values,width=1.5,colorup='r',colordown='green') ax1.set_ylabel("price") #
相關文章
相關標籤/搜索