Animated plots
See original GitHub issue🎯 Goal
Create an easy API for animations, where the evolution in time of one or more orbits can be shown.
💡 Possible solutions
Let’s first settle on producing animations with a fixed camera view.
This can be challenging since the code for 2D and 3D visualization is quite different. Also, matplotlib is not very well suited for animations in general, and perhaps we would have to switch to Plotly for everything.
📋 Steps to solve the problem
- Comment below about what you’ve started working on.
- Add, commit, push your changes
- Submit a pull request and add this in comments -
Addresses #<put issue number here>
- Ask for a review in comments section of pull request
- Celebrate your contribution to this project 🎉
Issue Analytics
- State:
- Created 6 years ago
- Comments:22 (12 by maintainers)
Top Results From Across the Web
Learn How to Create Animated Graphs in Python
Learn the basics of animating graphs (Line, Pie, Bar) in python. ... We will learn how to add a new dimension to line...
Read more >How to make animated plots with Matplotlib and Python
In this post, you learn how to create a live auto-updating animated plot using Python and Matplotlib. Table of contents: Pre-requisits; Set up...
Read more >Animated line plot — Matplotlib 3.6.2 documentation
Animated line plot# ... Created using Sphinx 5.3.0.
Read more >Animation | the R Graph Gallery
Several R packages allow to build animated charts. ... Note: plotly can be another useful tool for animating graphs, as described in this...
Read more >A hands-on guide to creating animated plots using matplotlib
Animated plots help to explain the variation in the data with dynamic charts by creating frames of static charts.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hi @BrandonEscamilla, sorry for the delay!
Starting with animating one orbit is nice, although bringing animation capabilities to
OrbitPlotter
objects and being able to animate several orbits, or even a sequence of them, would be great. In any case, let’s start doingOrbit.animate
then!thanks @jorgepiloto i will do as you said