Oleksandr Huziy

Results 71 comments of Oleksandr Huziy

Hi Jeff: I've sent the pull request, though I do not know how to connect it with the issue... Please, see if it is really of interest. https://github.com/matplotlib/basemap/pull/132 Cheers 2013/11/5...

Ok, I see you want the examples also to be fixed, that'll probably take a bit more effort)) 2013/11/5 Oleksandr Huziy [email protected] > Hi Jeff: > > I've sent the...

Recently my friend asked me for a pcolormesh example and referred to this issue, and reminded me that I completely forgot to work on an example. So I've created one...

Is it possible to have the failing code to try and reproduce the issue?

@johnrobertlawson I had to tweak your code for me but it seems there is no issue for basemap 1.0.8 Here is the quick notebook: https://github.com/guziy/PyNotebooks/blob/master/basemap_demos/drawcoastlines_issue.ipynb Cheers

My python info: Python 3.5.2 (v3.5.2:4def2a2901a5, Jun 26 2016, 10:47:25) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin What worries me a bit here is that I do...

Ah ok, now I see the field, had lons and lats in the wrong order in `m.__call__` Cheers

@datacathy It fills continents over your county boundaries (which is a bit weird)... A workaround is to use ```mm.drawcounties(zorder=20)``` Cheers

OK, sorry I was too soon to conclude about the rotpole, that one seems to be fine, my problem was the range of longitudes: I was using [0, 360] instead...

@WeatherGod the arrows are identical when either u or v component of the vector is 0, so I would expect it to be direction conserving...