Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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!
- Host: GitHub
- URL: https://github.com/arceryz/interaction-in-matplotlib
- Owner: arceryz
- License: mit
- Created: 2024-02-28T17:17:16.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-09-12T20:31:41.000Z (4 months ago)
- Last Synced: 2024-09-13T10:12:33.789Z (4 months ago)
- Topics: interactive, interactive-visualizations, matplotlib, matplotlib-animation, matplotlib-pyplot, plotting, plotting-in-python, python, template, tutorial
- Language: Python
- Homepage:
- Size: 648 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.