1

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.

gosuto
  • 5,422
  • 6
  • 36
  • 57

1 Answers1

1

This may not answer your question immediately, but launching this example of basic charting with ccxt should give you something like this: enter image description here

From there is should be trivial to do the same with matplotlib. Hope it helps.

Igor Kroitor
  • 1,548
  • 13
  • 16