Table of Contents

Cryptoview: Restoring the charts panel

So, continuing the work started in my previous article on this topic, I'm now going to restore the “chart panel”, which was used to display 4 charts of the selected coin with 4 different time frames. As in the initial version I will use matplotlib to draw the chart. And in fact, I've already been trying to integrate that package with pyqt5 and it works just fine, so this task here should not be too hard hopefully ;-). Let's get started!

Initial ChartPanel construction

Adding the 4 plots display

Displaying graphs on the plots

Conclusion