Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mcarrara3
mcarrara3 / PlotView.py
Created July 23, 2014 01:02
PlotView.py
# Pythonista Plotter
# Version: 1.0
# Author: Matteo Carrara
# Date: 07/22/2014
# Important: to run the code create a ui.View and set its class to PlotView! Enjoy!
import ui
import numpy as np
from math import pi