15
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. Indeed it can! To implement this feature, you're going to need to learn about Tkinter's Canvas
widget.
In this chapter, you'll implement data visualizations as you learn the following topics:
- In Drawing and animation with Tkinter's Canvas, you'll learn to use the
Canvas
widget for drawing and animation - In Creating simple graphs using Canvas, we'll build a simple line graph using the Tkinter
Canvas
- In
Get Python GUI Programming with Tkinter - Second Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.