Re: [matplotlib-devel] Bug in Interactive Save with WX Backend

2009-11-03 Thread Michael Droettboom
No problem. Many of the developers don't follow the tracker as closely as the mailing list. I'll look at this bug later today. Cheers, Mike Robert Schroll wrote: Dear all, I hope this isn't considered gauche, but: A few weeks ago, I added a bug [1] I had found when saving figures from

Re: [matplotlib-devel] Incorrect output from demo_text_path.py on mac

2009-11-03 Thread Jae-Joon Lee
On Tue, Nov 3, 2009 at 4:23 AM, tcb thecolourblu...@gmail.com wrote: and if I convert the dvi with dvipng, it all seems in order (demo_text_path_tex.png). I haven't looked closely into how the textpath stuff works, but I thought it would read the dvi as a path, and display that on the screen-

[matplotlib-devel] SVN ltk error

2009-11-03 Thread Wayne Werner
Hi, I was following the directions found here: http://old.nabble.com/ImportError:-No-module-named-mplot3d-td24291309.html which consists of: svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib matplotlib python setup.py install -when I executed that last command

Re: [matplotlib-devel] Layout of subplots in output

2009-11-03 Thread Stéfan van der Walt
Hi JJ 2009/11/2 Jae-Joon Lee lee.j.j...@gmail.com: I now think this is not the dpi issue. Can you check the size of your figure in mac os X backend, after the plot is drawn? print f.get_size_inches() 8x6 inch is the default. It says [4, 2.52], so I think you are right! So, my

Re: [matplotlib-devel] Closing paths in PolyCollection

2009-11-03 Thread John Hunter
On Mon, Nov 2, 2009 at 4:59 PM, Matthew West mw...@illinois.edu wrote: Hi, The PolyCollection class currently closes the path for each polygon by adding a last point the same as the first point. This means that the line joins will be different on this point. I've submitted a patch to make

Re: [matplotlib-devel] Layout of subplots in output

2009-11-03 Thread John Hunter
2009/11/3 Stéfan van der Walt ste...@sun.ac.za: Hi JJ 2009/11/2 Jae-Joon Lee lee.j.j...@gmail.com: I now think this is not the dpi issue. Can you check the size of your figure in mac os X backend, after the plot is drawn? print f.get_size_inches() 8x6 inch is the default. It says [4,

[matplotlib-devel] curved quiver arrows

2009-11-03 Thread jason-sage
How hard would it be to extend the quiver command to support curved arrows? For example, the U and V arrays, instead of giving just the vector, could for each vector give a list of x coordinates and a list of y coordinates for each segment of a vector. Additionally, C could give either a

[matplotlib-devel] [ANN] For SF Bay Area residents: a discussion with Guido at the Berkeley Py4Science seminar

2009-11-03 Thread Fernando Perez
Hi folks, if you reside in the San Francisco Bay Area, you may be interested in a meeting we'll be having tomorrow November 4 (2-4 pm), as part of our regular py4science meeting series. Guido van Rossum, the creator of the Python language, will visit for a session where we will first do a very

Re: [matplotlib-devel] curved quiver arrows

2009-11-03 Thread Eric Firing
jason-s...@creativetrax.com wrote: How hard would it be to extend the quiver command to support curved arrows? For example, the U and V arrays, instead of giving just the vector, could for each vector give a list of x coordinates and a list of y coordinates for each segment of a vector.

Re: [matplotlib-devel] Layout of subplots in output

2009-11-03 Thread Stéfan van der Walt
2009/11/3 John Hunter jdh2...@gmail.com: Perhaps you can file a bug report on the tracker so Michiel can look into it? Here we go: https://sourceforge.net/tracker/?func=detailaid=2891502group_id=80706atid=560720 Cheers Stéfan

Re: [matplotlib-devel] curved quiver arrows

2009-11-03 Thread jason-sage
Eric Firing wrote: jason-s...@creativetrax.com wrote: How hard would it be to extend the quiver command to support curved arrows? For example, the U and V arrays, instead of giving just the vector, could for each vector give a list of x coordinates and a list of y coordinates for each