Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Interactive Applications using Matplotlib

Posted By: AlenMiler
Interactive Applications using Matplotlib

Interactive Applications using Matplotlib by Benjamin V. Root
English | Feb. 27, 2015 | ISBN: 1783988843 | 150 Pages | EPUB/MOBI/PDF (True) | 10.34 MB

Matplotlib makes it easy to generate plots, histograms, power spectra, bar charts, error charts, and other kinds of plots, with just a few lines of code.

Don't just see your data, experience it!

About This Book

Bring your users and your data closer with interactive visualizations using Matplotlib and Python
Create user interfaces from scratch without needing a GUI toolkit, or insert new visualizations into your existing applications
Pick up interactive aspects of Matplotlib and learn how widgets can be used to interact visually with data

Who This Book Is For

This book is intended for Python programmers who want to do more than just see their data. Experience with GUI toolkits is not required, so this book can be an excellent complement to other GUI programming resources.

What You Will Learn

Add keymaps, mouse button actions, and custom events to your application
Build and record animations of your plots
Enhance your data display with buttons,sliders, and other widgets
Insert Matplotlib figures into any GUI application
Create a session recorder for your application
Learn about Matplotlib's event handler to add custom events
See Matplotlib as more than just a plotting library

In Detail

Interactive Applications Using Matplotlib will teach you how to turn your plots into fully interactive applications for data exploration and information synthesis. After being introduced to the plotting library, you'll learn how to create simple figures and come to grips with how they work. After these first steps, we will start work on a weather radar application.

Next, you will learn about Matplotlib's event handler to add not only keymaps and mouse actions but also custom events, enabling our radar application to transition from a simple visualization tool into a useful severe storm tracking application, complete with animations and widgets. The book will conclude with enhancements from the GUI toolkit of your choice.