-
Notifications
You must be signed in to change notification settings - Fork 391
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problems with Basemap.scatter #191
Comments
This may be a similar issue as #126 |
Once matplotlib 1.5 gets released, I am going to spend some time to fix up On Thu, Aug 27, 2015 at 10:45 AM, Phillip Wolfram [email protected]
|
@WeatherGod Ok, sounds good. If you think this is something easy to fix I could try to fix it too. Thanks! |
I'd be more than happy to have more eyes on this codebase. I am not all One thing keeping me from more actively accepting patches is that TravisCI My plan for Basemap is to put it into maintenance mode. I do not want to do On Thu, Aug 27, 2015 at 10:57 AM, Phillip Wolfram [email protected]
|
I completely agree with this, particularly the inertia part. Basemap has some awesome examples, and for some people, they cover all the bases. The exception to this is when one starts to get problems with datelines, wrapping, and ill defined geometries. I think Basemap should do what it can to fix these things, within reason, but it is important to remember that Basemap simply does not have enough context to successfully visualise data that has already been badly transformed (normally by the user). The act of |
Hi,
I have stumbled over a bug in scatter plot. With latlon=True, it crashes with zero, one or two points.
Example code:
This crashes with the following Traceback:
I am using python 2.7.10, matplotlib 1.4.3, basemap 1.0.7 on a 64-bit Linux machine
The text was updated successfully, but these errors were encountered: