Financial Charts / Graphs in Ruby or Python

后端 未结 8 1911
遥遥无期
遥遥无期 2020-12-23 18:36

What are my best options for creating a financial open-high-low-close (OHLC) chart in a high level language like Ruby or Python? While there seem to be a lot of options for

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-23 18:58

    This is the stock chart I draw just days ago using Matplotlib, I've posted the source too, for your reference: StockChart_Matplotlib

提交回复
热议问题