Re: [Matplotlib-users] [SciPy-User] [matplotlib] xgrid on values of x-variable?

2011-06-07 Thread Scott Sinclair
On 7 June 2011 11:32, Klonuo Umom klo...@gmail.com wrote: I have very simple XY graph, and I want to display X grid only, and only on values of X variable, which are lets say [10, 11, 12, 15, 20] This is a question for the Matplotlib list

Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-07 Thread Daniel Mader
Hi Eric, 2011/6/6 Eric Firing efir...@hawaii.edu: It's not quite clear to me yet, but I assume you want to use a call to imshow with a different data set in the second subplot, but have the color scale and colorbar be identical to those in the first subplot.  Is that correct?  If so, all you

[Matplotlib-users] wx.aui.AuiNotebook Close Buttons on Tabs

2011-06-07 Thread Jonno
I've been looking at the matplotlib wx example here: http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_wx5.html I was trying to remove the close buttons from the tabs and from what I can tell they shouldn't be there since the default style isn't supposed to have close

Re: [Matplotlib-users] imshow() with colorbar and custom range?

2011-06-07 Thread Eric Firing
On 06/07/2011 01:37 AM, Daniel Mader wrote: Hi Eric, 2011/6/6 Eric Firingefir...@hawaii.edu: It's not quite clear to me yet, but I assume you want to use a call to imshow with a different data set in the second subplot, but have the color scale and colorbar be identical to those in the first

Re: [Matplotlib-users] Nested grids

2011-06-07 Thread Bruce Ford
That's what I thought, but the code below fails (ValueError: Shape mismatch objects cannot be broadcast to a single shape) when trying to plot the 2nd parameter. Do I need another basemap? Appreciate any thoughts! from mpl_toolkits.basemap import Basemap, shiftgrid from netCDF4 import Dataset

Re: [Matplotlib-users] Nested grids

2011-06-07 Thread Eric Firing
On 06/07/2011 11:36 AM, Bruce Ford wrote: That's what I thought, but the code below fails (ValueError: Shape mismatch objects cannot be broadcast to a single shape) when trying to plot the 2nd parameter. Do I need another basemap? No, but check the dimensions of t2m; maybe it is transposed

Re: [Matplotlib-users] Exact semantics of ion()??

2011-06-07 Thread Benjamin Root
On Tuesday, June 7, 2011, Eric Firing efir...@hawaii.edu wrote: On 06/07/2011 11:46 AM, Benjamin Root wrote: On Saturday, June 4, 2011, Eric Firingefir...@hawaii.edu  wrote: https://github.com/efiring/matplotlib/blob/faq_show_draw/doc/faq/usage_faq.rst Eric, Ben, See if the section What