'How to plot a constantly updating candlestick chart within python
I have some code that gets trade data from a websocket then calculates some candlestick data and adds it into a pandas dataframe. I would like to plot a candlestick chart using this dataframe that updates everytime a new candle is added into the dataframe. I have looked at matplotlib and plotly but can't seem to get the charts to update.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
