[Matplotlib-users] Transparency with fig.canvas.mpl_connect

2010-02-28 Thread brianjpetersen
Hi All, I'm a new matplotlib user on a Windows XP machine running mpl0.99.0 under Python 2.5. I'm using the default rc file. While reading through the excellent matplotlib how-to tutorial (http://matplotlib.sourceforge.net/faq/howto_faq.html), I came across two useful scripts: one to save a

[Matplotlib-users] The time is: ....

2010-02-28 Thread jamgood96
Each time I try to run a script, it just keeps printing, The time is: The time is: Fri Feb 26 13:27:08 2010. over and over. I believe I installed all the packages correctly, but honesty was a bit overwhelmed. I've tried attaching a screen shot of what is happening. Thanks in advance!

Re: [Matplotlib-users] Transparency with fig.canvas.mpl_connect

2010-02-28 Thread John Hunter
On Fri, Feb 26, 2010 at 5:14 PM, brianjpetersen brianjpeter...@gmail.com wrote: Hi All, I'm a new matplotlib user on a Windows XP machine running mpl0.99.0 under Python 2.5.  I'm using the default rc file. While reading through the excellent matplotlib how-to tutorial

Re: [Matplotlib-users] The time is: ....

2010-02-28 Thread Friedrich Romstedt
2010/2/26 jamgood96 jamgoo...@gmail.com: Each time I try to run a script, it just keeps printing, The time is: The time is: Fri Feb 26 13:27:08 2010. over and over. I believe I installed all the packages correctly, but honesty was a bit overwhelmed. I've tried attaching a screen shot of what

[Matplotlib-users] separate alpha for mfc and mec?

2010-02-28 Thread C M
Would it be possible to have a different alpha (transparency) value for the marker face color and edge color for a single line? (Either currently or as a new feature of mpl). It seems like by default alpha applies to them both. I ask because I am experimenting with getting a different look for

[Matplotlib-users] Problem on matplot installation

2010-02-28 Thread afancy
xi...@master:/tmp/matplotlib-0.99.1.1$ python setup.py build BUILDING MATPLOTLIB matplotlib: 0.99.1.1 python: 2.6 (r26:66714, Nov 3 2009, 17:33:38) [GCC 4.4.1 20090725

Re: [Matplotlib-users] imshow size limitations?

2010-02-28 Thread Ryan May
On Sun, Feb 28, 2010 at 12:24 PM, David Goldsmith d_l_goldsm...@yahoo.com wrote: --- On Sat, 2/27/10, Ryan May rma...@gmail.com wrote: From: Ryan May rma...@gmail.com Subject: Re: [Matplotlib-users] imshow size limitations? To: David Goldsmith d_l_goldsm...@yahoo.com Cc: matplotlib-users

Re: [Matplotlib-users] imshow size limitations?

2010-02-28 Thread David Goldsmith
--- On Sun, 2/28/10, Ryan May rma...@gmail.com wrote: David Goldsmith d_l_goldsm...@yahoo.com wrote: --- On Sat, 2/27/10, Ryan May rma...@gmail.com wrote: David Goldsmith d_l_goldsm...@yahoo.com wrote: Question 2) is there some way I can add pieces of the array incrementally to

[Matplotlib-users] Hi, why do i get KeyError: 'Patch' ? thanks

2010-02-28 Thread afancy
xi...@master:/tmp/matplotlib-0.99.1.1$ python Python 2.6 (r26:66714, Nov 3 2009, 17:33:38) [GCC 4.4.1 20090725 (Red Hat 4.4.1-2)] on linux2 Type help, copyright, credits or license for more information. import matplotlib.pyplot as plt Traceback (most recent call last): File stdin, line 1, in