On 12/18/11 1:33 PM, Alexis Praga wrote:
> Hi,
>
> I may have found an issue with some map projections.When I try to plot
> markers on a given map, and change the center ofprojection, the
> markers' coordinates are not remapped correctly.If the marker's
> coordinates are not inside the new boundaries, it issimply not
> displayed in some cases.For example, remapping does work with Robin's
> projection and does notwith Miller's.I have attached a small example.
> Thanks !
>
>
> Alexis Praga
>
Alexis: It looks like the coordinates you are plotting with scatter are 
between longitudes -180 and 180, and the map projection goes from 0 to 
360.  Adjust your coordinates to lie within 0 and 360, and they will 
show up.

This behavior will be map projection dependent - it will only show up in 
the cylindrical projections where the x coordinate is longitude.

-Jeff



------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to