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 simple

[Matplotlib-users] twinned and shared Axis

2011-06-22 Thread Matthias Queitsch
Hello, i have a small problem sharing axes with twinned subplots. Here is a code snippet: ax = fig.add_subplot(212, sharex = bx) ax.plot() grid() cx = ax.twinx() cx.plot() The problem is, that both axis are independent. So on the left side, the tick steps are 0.05 and on the right side

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

2011-06-22 Thread Michael Droettboom
matplotlib doesn't currently support gradients. Patches welcome! :) It's probably a lot of work to get it working across all backends, but following the pattern of how hatches are handled now would probably be a good guide. Mike On 06/21/2011 07:18 PM, Paul Menzel wrote: Dear Matplotlib

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

2011-06-22 Thread John Hunter
On Wed, Jun 22, 2011 at 8:30 AM, Michael Droettboom md...@stsci.edu wrote: matplotlib doesn't currently support gradients.  Patches welcome!  :)  It's probably a lot of work to get it working across all backends, but following the pattern of how hatches are handled now would probably be a good

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

2011-06-22 Thread Benjamin Root
On Wed, Jun 22, 2011 at 9:15 AM, John Hunter jdh2...@gmail.com wrote: On Wed, Jun 22, 2011 at 8:30 AM, Michael Droettboom md...@stsci.edu wrote: matplotlib doesn't currently support gradients. Patches welcome! :) It's probably a lot of work to get it working across all backends, but