[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-10-21 Thread hari jayaram
Hi I am using wxpython : 2.9.4.0 matplotlib : 1.3 osx Lion In my application I have a number of matplotlib figure objects, one on each page of the wx.aui.AuiNotebook .The pages are each a figure and arranged as tabs on the top of the wxpython frame like embedding in wx5 example from the

Re: [Matplotlib-users] Histogram with overlapping bins

2012-10-21 Thread fiolj
Hi, some time ago I needed the same thing and hacked the function histogram (from numpy). Here goes my function, I hope it will result useful Cheers, Juan ## Calculates the histogram allowing for overlapping bins, which are given by # # @param a # @param bins a sequence of pairs