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.subplot
Dear Eric,
Thanks for your reply. This is surely not good news -- maybe an
automatic shrinking mechanism could be added in a future version of
Matplotlib (this would be useful not only with maps, but with other
plots as well)?
Regards,
2008/11/20 Eric Firing <[EMAIL PROTECTED]>:
> Mauro Cavalcan
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.subp
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