[Matplotlib-users] NavigationToolbar2Wx with mplot3d

2011-09-20 Thread Keith Jones
Hi, I have two questions about using NavigationToolbar2Wx with mplot3d. 1/ Initially the 3D scatter plot will rotate as usual with a mouse, but after selecting the 'pan' or 'zoom' buttons the plot responds with some confusion. How can I restore it to rotation only, i.e. disconnect the zoom or

Re: [Matplotlib-users] NavigationToolbar2Wx with mplot3d

2011-10-12 Thread Keith Jones
: Keith Jones Cc: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] NavigationToolbar2Wx with mplot3d On Wednesday, September 21, 2011, Benjamin Root mailto:ben.r...@ou.edu>> wrote: > > > On Wednesday, September 21, 2011, Keith Jones > mailto:k.jo...@irl.cri

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-12 Thread Keith Jones
Hi Josh, Yes I too am using the wx backend. Regards, Keith From: Tony Yu [mailto:tsy...@gmail.com] Sent: Friday, 13 July 2012 3:16 p.m. To: Keith Jones Cc: Joshua Koehler; matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] wxpython matplotlib

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-14 Thread Keith Jones
self.add_2Dtoolbar(panel) From: Joshua Koehler [jjkoehl...@gmail.com] Sent: Friday, 13 July 2012 10:45 p.m. To: matplotlib-users@lists.sourceforge.net Subject: Re: [Matplotlib-users] wxpython matplotlib figure resize Hi Keith, How are you storing the plot in the fra

Re: [Matplotlib-users] wxpython matplotlib figure resize

2012-07-16 Thread Keith Jones
sh On Jul 14, 2012, at 4:13 AM, Keith Jones wrote: Hi Josh, I am not quite sure what information you need, but I have an application with several wx notebooks, each with pages carrying related but different 2D and 3D plots. I hope this overview covers what you want. In the code below I set up