Re: [Matplotlib-users] open figures list

2007-02-19 Thread Martin Richter
Hello Belinda, I just stumbled over the same problem. The following will give what you (we) want: [x.num for x in matplotlib._pylab_helpers.Gcf.get_all_fig_managers()] Bye, Martin - Take Surveys. Earn Cash. Influence the

[Matplotlib-users] open / close or set active figures during mainloop

2007-02-19 Thread Matthias Michler
Hello everybody, I would like to open and close some figures during the mainloop or (if this is not possible) set figures to some kind of active or visible. Could anyone help me or give me a hint? Thanks in advance, Matthias

[Matplotlib-users] 3d wire frame with thicker lines

2007-02-19 Thread Ryan Krauss
I need to generate a drawing of a robot that is essentially a serial connection of lines in 3D. I have been trying to use the recipe at http://www.scipy.org/Cookbook/Matplotlib/mplot3D This I think would work. The only drawback is that I would like to adjust the thickness of the lines drawn.

Re: [Matplotlib-users] ANN: matplotlib-0.90.0

2007-02-19 Thread Samuel M. Smith
which versions of wxPython are supported? I haven't tried the new one, but the last release worked well with wxPython2.6.3, but had some issues with 2.8.* -- I don't think anyone has addressed those yet. Just to confirm, the binary posted at the following

[Matplotlib-users] Building on Kubuntu: No module named _ns_backend_agg

2007-02-19 Thread Gary Pajer
[sorry if this appears more than once. The list manager is timing out when I try to change my email address, so I can't tell if it has taken effect] No_module_named _ns_backend_agg I've set to True everything in setupext.py that had agg in it. This is my first time building on ubuntu. I spent

[Matplotlib-users] howto plot_surface with z-axis colormap

2007-02-19 Thread tritemio
Hi to the list, this is my first post on this mailing list. I'm searching to apply a colormap to a 3d surface plotted with plot_surface. I've seen in the simple3d.py example that the colormap can be applied and properly scaled though the set_array() method of the object returned by

Re: [Matplotlib-users] Building on Kubuntu: No module named _ns_backend_agg

2007-02-19 Thread Andrew Straw
Dear Gary, _ns is the numpy backend. Do you have numpy installed? Is it working? Are you compiling matplotlib from source? What version of Ubuntu are you using (Dapper? Edgy?) Gary Pajer wrote: [sorry if this appears more than once. The list manager is timing out when I try to change my