Skip to content

Instantly share code, notes, and snippets.

View otbox21's full-sized avatar

Brian V. O'Toole otbox21

View GitHub Profile
"""
oscillating_circle.py
A simple matplotlib animation example that shows an oscillating circle.
electronut.in
"""
import matplotlib.pyplot as plt
import matplotlib.animation as animation
import math
import numpy as np