[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

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]. > > > >

[Matplotlib-users] gimmicks/eye candy: Is for example fading possible?

2011-06-21 Thread Paul Menzel
Dear Matplotlib folks, is it possible in Matplotlib to add eye candy or gimmicks to the plots like fading? For example if I want to just show a subpart(?) of a plot this would like “cool”. (I am pretty sure that opinions differ if such things are useful or not, but please leave this out of the di

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: > > > >>