I am using Pandas dataframe to manipulate a financial time series consists of closing prices and time. I would like to display the results in Point and Figure chart of Xs and Os. However, I can't find any visualization package in Python to do so.
Does anyone have experience in plotting Point and Figure charts with Python?
Thanks in advance.