Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.soft-sys.math.mathematica > #2980
| From | Heike Gramberg <heike.gramberg@gmail.com> |
|---|---|
| Newsgroups | comp.soft-sys.math.mathematica |
| Subject | Re: Mapping points |
| Date | 2011-06-06 11:28 +0000 |
| Organization | Steven M. Christensen and Associates, Inc and MathTensor, Inc. |
| Message-ID | <isidl3$mul$1@smc.vnet.net> (permalink) |
You can use ListPlot for this:
points = Table[{RandomReal[{0, 360}] , RandomReal[{-90, 90}]}, {100}];
ListPlot[points, FrameLabel -> {"Longitude", "Latitude"}, Frame -> True, Axes -> False]
Heike
On 6 Jun 2011, at 11:23, Yako wrote:
> Hello,
>
> I been trying to look information on how to do this but couldn't find
> a clue, if someone here can hint me I will really appreciate it.
>
> Given a set of LAT, LON points I have to map them inside a white
> graph. My en result will need to be a white graph full of dots in its
> correspondent lat, lon location.
>
> Can I achieve something like this using mathematica? Can someone hint
> me in the right direction?
>
> Thanks a lot!
>
>
>
Back to comp.soft-sys.math.mathematica | Previous | Next | Find similar | Unroll thread
Re: Mapping points Heike Gramberg <heike.gramberg@gmail.com> - 2011-06-06 11:28 +0000
csiph-web