Re: [Matplotlib-users] plotting all paths of a simple random walk

2011-06-22 Thread Paul Menzel
Am Dienstag, den 21.06.2011, 19:17 -0400 schrieb josef.p...@gmail.com: > On Tue, Jun 21, 2011 at 5:25 PM, Paul Menzel wrote: > > Am Dienstag, den 21.06.2011, 09:43 -0400 schrieb josef.p...@gmail.com: > >> On Tue, Jun 21, 2011 at 8:47 AM, Paul Menzel wrote: > > > >> > I want to plot all paths of a s

Re: [Matplotlib-users] plotting all paths of a simple random walk

2011-06-21 Thread josef . pktd
On Tue, Jun 21, 2011 at 5:25 PM, Paul Menzel wrote: > Am Dienstag, den 21.06.2011, 09:43 -0400 schrieb josef.p...@gmail.com: >> On Tue, Jun 21, 2011 at 8:47 AM, Paul Menzel wrote: > >> > I want to plot all paths of a simple random walk and wrote the following >> > recursive program based on the Pa

Re: [Matplotlib-users] plotting all paths of a simple random walk

2011-06-21 Thread Paul Menzel
Am Dienstag, den 21.06.2011, 09:43 -0400 schrieb josef.p...@gmail.com: > On Tue, Jun 21, 2011 at 8:47 AM, Paul Menzel wrote: > > I want to plot all paths of a simple random walk and wrote the following > > recursive program based on the Path tutorial [1]. > > > >import matplotlib.pyplot as

Re: [Matplotlib-users] plotting all paths of a simple random walk

2011-06-21 Thread josef . pktd
On Tue, Jun 21, 2011 at 8:47 AM, Paul Menzel < paulepan...@users.sourceforge.net> wrote: > Dear Matplotlib folks, > > > I want to plot all paths of a simple random walk and wrote the following > recursive program based on the Path tutorial [1]. > >import matplotlib.pyplot as plt >f

[Matplotlib-users] plotting all paths of a simple random walk

2011-06-21 Thread Paul Menzel
Dear Matplotlib folks, I want to plot all paths of a simple random walk and wrote the following recursive program based on the Path tutorial [1]. import matplotlib.pyplot as plt from matplotlib.path import Path import matplotlib.patches as patches def dra