Mauro Cavalcanti wrote:
> Dear ALL,
> 
> Another (this time possibly quite silly) question: how can I make a
> Basemap cover entirely the display area of the GUI backend (ie.,
> without the top, bottom, left, right spaces)?
> 
> I tried something like:
> 
> self.figure = Figure()
> self.figure.subplots_adjust(left=-0.01, bottom=-0.750, right=1.0, top=1.55)
> 
> but could not control the bottom (or top) margins.

The reason is that a map has a fixed aspect ratio, and there is no 
mechanism for automatically shrinking the appropriate figure dimension 
to eliminate extra space.  You will have adjust the figure dimensions 
manually.

Eric

> 
> Thanks in advance for any hints.
> 
> Best regards,
> 


-------------------------------------------------------------------------
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