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
rectangle. I checked what this was the behavior with the official wxpython wxAUINotebook demo application as well. Thanks Hari On Sun, Oct 21, 2012 at 7:25 AM, hari jayaram hari...@gmail.com wrote: Hi I am using wxpython : 2.9.4.0 matplotlib : 1.3 osx Lion In my application I have

[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] close a figure after show , when plotting many figures from script- using matplotlib.pyplot.figure

2012-10-17 Thread hari jayaram
() causes a spinning blue-ball on windows..while the rest of the script continues. If I use the figure number trick. I get the first figure displayed. On Tue, Oct 16, 2012 at 12:15 PM, Benjamin Root ben.r...@ou.edu wrote: On Tue, Oct 16, 2012 at 11:25 AM, hari jayaram hari...@gmail.com wrote

Re: [Matplotlib-users] close a figure after show , when plotting many figures from script- using matplotlib.pyplot.figure

2012-10-17 Thread hari jayaram
usually have a draw_if_interactive call in them.) -Sterling PS If I am causing more confusion than help, please let me know. On Oct 17, 2012, at 10:54AM, hari jayaram wrote: Thanks Benjamin, Sterling and Damon for your prompt help However I am still not able to achieve what I wanted

[Matplotlib-users] close a figure after show , when plotting many figures from script- using matplotlib.pyplot.figure

2012-10-16 Thread hari jayaram
Hi I am a relative newbie to matplotlib. I have a python script that handles a dataset that comprises 384 sets of data. At the present moment , I read in a set of data - process it - and the create a figure using code shown below. I am using windows with the default backend ( I think I set it to

[Matplotlib-users] matplotlib wxpython deployment : RuntimeError: Could not find matplotlib data files , despite py2exe setup

2012-05-03 Thread hari jayaram
Hi I am trying to create an executable for a wxpython app that plots some data using matplotlib , pyplot.figure(). I have tried following the directions for including the matplotlib data files detailed here(http://www.py2exe.org/index.cgi/MatPlotLib) but still get an error indicating that the

[Matplotlib-users] Plot data for a 24 by 16 array of subplots and allow zooming into any one of them.

2012-04-18 Thread hari jayaram
Hi I am fairly new to matplotlib. I have 384 x,y plots that I want to arrange into a 24 by 16 array of subplots with each subplot being at-least 4 inches by 4 inches. I am creating the figure using a large size so that everything will fit fig = plt.figure(figsize=(96,64),dpi=72) I then have

[Matplotlib-users] Newbie : How to add a Colored legend with Text for 3d plot

2011-08-17 Thread hari jayaram
Hi everyone, I have successfully plotted a set of 372 (x,y,z ) scattered values in 7 series. Each point is a circle colored according to a color based on a simple lookup table. # Lookup table for color col_lut = dict(Bistris7p2 = burlywood, Cit7p2 = c,APhosph8p0 = m, Acetate5p5 = k,Borate8p5 =

Re: [Matplotlib-users] Newbie : How to add a Colored legend with Text for 3d plot

2011-08-17 Thread hari jayaram
and stored a the color array. Even after looking at the examples I dont know how to construct my plt.legend() call. Hari On Wed, Aug 17, 2011 at 5:35 PM, Benjamin Root ben.r...@ou.edu wrote: On Wed, Aug 17, 2011 at 3:29 PM, hari jayaram hari...@gmail.com wrote: Hi everyone, I have

Re: [Matplotlib-users] Newbie : How to add a Colored legend with Text for 3d plot

2011-08-17 Thread hari jayaram
PM, hari jayaram hari...@gmail.com wrote: Thanks for your email Ben. Sorry I am still lost. I dont understand what the handles type is . In my example I guess the handles are an array of circles representing each x,y,z point.I am still a little lost since the plot autmatically plots my 3