Benjamin Root

Results 181 comments of Benjamin Root
trafficstars

``` >>> from mpl_toolkits import basemap >>> basemap.__version__ '1.1.0' ``` What does it say for you? On Tue, Apr 24, 2018 at 2:54 PM, IndianaTones wrote: > /Users/ah104/anaconda3/lib/python3.6/site-packages/mpl_toolkits/basemap/ > *init*.py:1708:...

yes, the fix was not in v1.1.0, but it is in master. On Thu, Sep 6, 2018 at 3:50 PM Alby M. wrote: > Can confirm that this warning still...

most likely, the issue is that some of those polygons are closed and some of them are not. If they aren't closed, then they won't do a face color correctly....

Good question. Most of the time in this method, the two appends are together, but this segment of code seems a bit different. It might be right, but I really...

It would be good to first have unit tests that demonstrates a problem. It is entirely feasible that that for-loop around L1415 only ever adds a single element to the...

This is most likely due to a change I made to address a problem with an update in proj4. IIRC, the projection parameters were getting cast to float32, thereby reducing...

Digging into this, once I fixed the "truthiness" problem and added your unit test, it revealed some more bugs under the hood. This is gonna be a fun rabbit hole!

I have created #224 that should partly address the problem. At the very least, it won't error out anymore.

#332 has been merged in, but it doesn't fix this particular problem, unfortunately, for the case of `plot()`. If one does `scatter()`, then it works, so there appears to be...

Just wondering if the use of np.unwrap() would work here? On Mon, Mar 10, 2014 at 10:19 AM, Andrew Dawson [email protected]: > Well, ideally the cyclic longitude is represented as...