Skip to content

Instantly share code, notes, and snippets.

View MichaelCurrie's full-sized avatar

Michael Currie MichaelCurrie

View GitHub Profile
@MichaelCurrie
MichaelCurrie / wormMovementPlot.py
Last active December 23, 2015 11:39
Simple worm movement plotter. Also saves animation to mp4.
import math
import os
import numpy as np
from matplotlib import pyplot as plt
from matplotlib import animation
import h5py
#SPEED_UP = 4
#DT = 0.05