-
Notifications
You must be signed in to change notification settings - Fork 397
ortho projection w/ limits crashes #164
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
Comments
you can use lcrnrx,llcrnry,urcrnrx,urcrnry (corners in map projection coords) but not lat/lon. |
Ok. Then perhaps consider this a documentation bug. The current docs here: http://matplotlib.org/basemap/api/basemap_api.html state,
|
Not sure to understand because indeed without lat_0 and lon_0
it gives
|
@PBrockmann I'm not sure what your comment has to do with this bug. With lat_0 and lon_0 specified, it says that corners may be specified in lon/lat coordinates, but that is not correct, they must be in x,y coords. We aren't discussing the presence/absence of the lat_0,lon_0 arguments. |
The "but not lat/lon" from jswhit push me to try without lat_0 and lon_0. |
I would like to clean up any documentation bugs soon. Could someone please suggest a revised line? Even better, could someone put together a PR with the documentation correction? Also, ideally, I would want to produce a better error message in this case, so a suggested error message would be useful, too. full discloser, I don't work in ortho projections, so I have no clue what is/isn't allowed. |
Can someone please comment on how to obtain |
Basemap documentation states that
ortho
projection can take ll/ur crnr limits. The following code seems like it should work (mpl 1.4.0), but does not:Error:
The text was updated successfully, but these errors were encountered: