Skip to content

Latest commit

 

History

History

2021.01.21_CoordinateFrames

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Coordinate Frames

Purpose

This code was used to create the figures found in the series "Coordinate Frames", which dealt with methods to transition between spatial frames of reference.

Blog post

Installation

python3 -m venv ~/.venv/tangram
source ~/.venv/tangram/bin/activate
pip install -r requirements.txt

Usage

To run the code in isolation, we use iPython:

ipython --matplotlib=qt
In [1]: %run CoordinateFrames.py