Chapter 14. Visualizing Data Using the Canvas Widget
With months of experimental data logged in the database, it's time to begin the process of visualizing and interpreting it. Rather than exporting data into a spreadsheet to create charts and graphs, your fellow analysts have asked whether the program itself can create graphical data visualizations. To implement this feature, you're going to need to learn about Tkinter's Canvas
widget.
In this chapter, you'll learn the following topics:
- Using the
Canvas
widget for drawing and animation - Building a simple line graph using
Canvas
- Incorporating more advanced graphs and charts using Matplotlib