On Tuesday, June 7, 2011, Eric Firing wrote:
> On 06/07/2011 11:46 AM, Benjamin Root wrote:
>> On Saturday, June 4, 2011, Eric Firing wrote:
>>>
>>>
>>> https://github.com/efiring/matplotlib/blob/faq_show_draw/doc/faq/usage_faq.rst
>>>
>>> Eric, Ben,
>>>
>>> See if the section "What is interactiv
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
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
i
On 06/07/2011 11:46 AM, Benjamin Root wrote:
> On Saturday, June 4, 2011, Eric Firing wrote:
>>
>>
>> https://github.com/efiring/matplotlib/blob/faq_show_draw/doc/faq/usage_faq.rst
>>
>> Eric, Ben,
>>
>> See if the section "What is interactive mode" makes sense to you. I have
>> just added it to
On Tuesday, June 7, 2011, 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?
>
> Appreciate any thoughts!
>
> from mpl_toolkits.base
On Saturday, June 4, 2011, Eric Firing wrote:
>
>
> https://github.com/efiring/matplotlib/blob/faq_show_draw/doc/faq/usage_faq.rst
>
> Eric, Ben,
>
> See if the section "What is interactive mode" makes sense to you. I have
> just added it to a feature branch (which includes some other faq
> mad
On 06/07/2011 01:37 AM, Daniel Mader wrote:
Hi Eric,
2011/6/6 Eric Firing:
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 c
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 buttons
Hi Eric,
2011/6/6 Eric Firing :
> 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 need to do is
On 7 June 2011 11:32, Klonuo Umom 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
(https://lists.sourceforge.net/lists/listinfo/matplotlib-users).
In an
10 matches
Mail list logo