|
From: izzybitsie <is...@ju...> - 2010-10-27 16:13:46
|
Hi, Finding the (x,y) to properly position a label on the lower right hand corner of all the maps I created using basemap is the challenge. All these maps were created using basemap() for different projections and covering different areas of the world. pyplot.text(x,y,...,bbox()) is the command I'd like to use to add the label to the maps. Computing the x,y is what I have not been able to accomplish. How can I get either the lat/lon or the X,Y position to add the label on the lower right hand corner of the maps? Lower left and upper right corners as well as center point latitudes/longitudes, and projection are all known but I cannot find a function or trick to get the lower right hand corner position for my label. Thanks -- View this message in context: http://old.nabble.com/pyplot-position-text%28%29-lower-right-corner-of-map-tp30068770p30068770.html Sent from the matplotlib - users mailing list archive at Nabble.com. |