Re: multiple points in WorldPlot
- To: mathgroup at smc.vnet.net
- Subject: [mg97710] Re: multiple points in WorldPlot
- From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
- Date: Thu, 19 Mar 2009 02:12:09 -0500 (EST)
- References: <gpqg8b$5pu$1@smc.vnet.net>
What about using the function Map? Cheers -- Sjoerd On Mar 18, 11:52 am, leathem mehaffey <mehaf... at vassar.edu> wrote: > I would like to plot multiple points on a Mercator projection using > WorldPlot. The easiest way for me would be to plot a single expression > which is a set of pairs of coordinates of the form > {{lat1,long1},{lat2,long2}...{latn,longn}}, but it seems that the > primative Point in WorldGraphics will accept only one pair of > coordinates. The alternative of using multiple Point functions (e.g., > Point[{lat1,long1}], Point[{lat2,long2}] is simply too cumbersome for a > list of 20 or more points. Is there a way around this problem? > > Leathem Mehaffey