Thanks for the help!!

Jeff Whitaker wrote:
> Mathew Yeates wrote:
>> I found example I wish to build on. It's embedding_in_gtk2.py under 
>> mpl_examples/user_interfaces. I'll put a menu at the top. But how can 
>> I add a Basemap instead of a Figure?
>>
>> Mathew
>
> Mathew:  A basemap plot is just like any other matplotlib plot, it's 
> associated with a figure instance and an axes instance.
>
> -Jeff
>>
>>
>> Jeff Whitaker wrote:
>>> Mathew Yeates wrote:
>>>> Hi
>>>> How easy is it to customize the Basemap class? I seem to remember 
>>>> an example where something is added to the toolbar but I can't 
>>>> remember which example it was. What if I want to add a menu at the 
>>>> top of the window?
>>>>
>>>> Mathew
>>>>
>>>>   
>>>
>>> Mathew:
>>>
>>>
>>> Basemap doesn't handle any GUI stuff - this is all done by 
>>> matplotlib proper.  So, you'll need to look at the matplotlib docs 
>>> to see how to customize the toolbar.
>>>
>>> -Jeff
>>>
>>
>>
>
>



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to