question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

🎯 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:open
  • Created 6 years ago
  • Comments:22 (12 by maintainers)

github_iconTop GitHub Comments

1reaction
astrojuanlucommented, Apr 29, 2019

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 doing Orbit.animate then!

0reactions
dark00infinitycommented, Mar 16, 2021

thanks @jorgepiloto i will do as you said

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found