[Tutor] Plotting subsets of data

2014-12-08 Thread Colin Ross
Good afternoon, I am using the following to code to plot the output from an optical encoder: import numpy as np from numpy import ma, logical_or import pylab from pylab import * import matplotlib.pyplot as plt from matplotlib.ticker import AutoMinorLocator import sys # Defining x and y

Re: [Tutor] Plotting subsets of data

2014-12-08 Thread Danny Yoo
On Mon, Dec 8, 2014 at 7:48 AM, Colin Ross colin.ross@gmail.com wrote: Good afternoon, I am using the following to code to plot the output from an optical encoder: Hi Colin, Matplotlib is a third-party library, so you may also consider asking the matplotlib folks. From a brief look at:

Re: [Tutor] Plotting subsets of data

2014-12-08 Thread Colin Ross
Perfect, thank you Danny! On Mon, Dec 8, 2014 at 3:49 PM, Danny Yoo d...@hashcollision.org wrote: On Mon, Dec 8, 2014 at 7:48 AM, Colin Ross colin.ross@gmail.com wrote: Good afternoon, I am using the following to code to plot the output from an optical encoder: Hi Colin,