Re: [Matplotlib-users] seg fault installing

2014-10-01 Thread Steve
I had installed these a couple of months ago successfully so I tried versions from that timeframe (numby 1.3.1 and matplotlib 1.8.1) and that worked fine. FWIW with the latest versions the crash was at line 1965 of datetime.c. The meta variable was not a pointer. It was actually the value of the

[Matplotlib-users] changing size of the legend box

2014-10-01 Thread Nemanja Savic
Hi all guys, I am trying for a while to set width of the legend box to constant value, independent of the text inside. So far I tried with following approach: l1.get_frame().set_width(2.0) where l1 is object of legend type. After this line nothing actually happens. I was also not able to find

Re: [Matplotlib-users] seg fault installing

2014-10-01 Thread Paul Hobson
You mean matplotlib 1.3.1 and numpy 1.8.1, right?-- Paul Hobson Sorry if this is unintelligible. I'm on my phone. On Wed, Oct 1, 2014 at 9:36 AM, Steve McAfee smcafee.soc...@gmail.com wrote: This is really old. It's a readynas from netgear running etch with a bunch of backports. It seems that

Re: [Matplotlib-users] Diplaying 2D images in mplot3d

2014-10-01 Thread Fabrice C.
Dear Ben, Thank you for the explanation. Too bad mplot3d cannot display textured polygons. I did have a look at glumpy and it does part of what I am looking for. However, glumpy does not support being embedded in a wxpython application which is a requisite for me. I guess I just have to learn

Re: [Matplotlib-users] Diplaying 2D images in mplot3d

2014-10-01 Thread Adam Hughes
Instead of learning VTK, you may find it easier to start with Mayavi 2 (written on VTK). On Wed, Oct 1, 2014 at 2:27 PM, Fabrice C. kappamonag...@yahoo.co.jp wrote: Dear Ben, Thank you for the explanation. Too bad mplot3d cannot display textured polygons. I did have a look at glumpy and