Not sure, as I don't use basemap too often, but I bet calling:

m.drawmapboundary(fill_color='w')

before clabel would do the trick

Cheers,   Jody


> On Dec 9, 2014, at  16:35 PM, Sappy85 <[email protected]> wrote:
> 
> Hi @all,
> the problem seems to be solved. Thanks Jody! 
> What i have done:
> 
> 1.) check out the xlim and ylim after clabel call
> *xmin, xmax = plt.xlim()  # return the current xlim
> ymin, ymax = plt.ylim()  # return the current ylim
> print xmin,xmax
> print ymin,ymax*
> 
> 2.) use and set these limits before clabel call:
> *plt.xlim(0.0,6475051.47849)
> plt.ylim(0.0,4412688.31468)*
> 
> Yes, that's it. Very confusing! I do not understand why that only goes so
> awkward? 
> 
> Thanks so much!
> Sappy85
> 
> 
> 
> 
> 
> 
> --
> View this message in context: 
> http://matplotlib.1069221.n5.nabble.com/Pyplot-contour-plot-clabel-padding-tp44554p44582.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & more
> Get technology previously reserved for billion-dollar corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
> _______________________________________________
> Matplotlib-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=164703151&iu=/4140/ostg.clktrk
_______________________________________________
Matplotlib-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to