I want to plot a live graph in python using matplotlib and ccxt can anyone guide me through it?
I have already plotted a live bitcoin graph but i am not able to plot all the graphs by one single commands of using the ccxt library.
I want to plot a live graph in python using matplotlib and ccxt can anyone guide me through it?
I have already plotted a live bitcoin graph but i am not able to plot all the graphs by one single commands of using the ccxt library.
This may not answer your question immediately, but launching this example of basic charting with ccxt should give you something like this:
From there is should be trivial to do the same with matplotlib. Hope it helps.