Re: [Matplotlib-users] wx.aui.AuiNotebook with a matplotlib figure on each page CTRL-TAB page to page navigation does not work in OSX works in windows

2012-11-11 Thread hari jayaram
Hello all, It turns out the command-(APPLE) -TAB does work to change the focus from page to page but only if the mouse is centered on top of the actual tab area . In windows mouse focus anywhere on the figure allows CTRL-TAB page flipping. But in OSX it only works when focussed on the acutal tab re

[Matplotlib-users] 3d animated scatter plot

2012-11-11 Thread Andrew Dawson
Hi I'm trying to plot the trajectory of a particle in 3d using mplot3d. I tried to follow the example of an animated 3d plot on the matplotlib website but I'm having trouble with the updating of the data point being plotted at each frame. Does anyone know how to do this? So far I have: import nu

Re: [Matplotlib-users] 3d animated scatter plot

2012-11-11 Thread Benjamin Root
On Sun, Nov 11, 2012 at 1:42 PM, Andrew Dawson wrote: > Hi > > I'm trying to plot the trajectory of a particle in 3d using mplot3d. I > tried to follow the example of an animated 3d plot on the matplotlib > website but I'm having trouble with the updating of the data point being > plotted at each