Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arceryz/interaction-in-matplotlib

Interactive matplotlib plots python template file. Fully commented and explained. Enhance your plots!
https://github.com/arceryz/interaction-in-matplotlib

interactive interactive-visualizations matplotlib matplotlib-animation matplotlib-pyplot plotting plotting-in-python python template tutorial

Last synced: about 1 month ago
JSON representation

Interactive matplotlib plots python template file. Fully commented and explained. Enhance your plots!

Awesome Lists containing this project

README

        

# Interaction In Matplotlib Tutorial

![header](header.gif)

This python template script contains the basic code to
have an animated matplotlib graph with sliders to control
variables and a time value passed to update function.
Highly commented and extensible.

- Learn the architecture of matplotlib Axes/subplots etc.
- Plot functions in time.
- Learn how to create UI sliders to modify variables.
- Learn how animation works in matplotlib.

Simply download [interaction.py](/interaction.py), read the comments and learn how to enhance your matplotlib plots.