MathGroup Archive 2007

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Labeling longitudes and latitudes

  • To: mathgroup at smc.vnet.net
  • Subject: [mg81430] Re: [mg81409] Labeling longitudes and latitudes
  • From: Kevin Bowman <kevinbowman at mac.com>
  • Date: Sun, 23 Sep 2007 04:31:37 -0400 (EDT)
  • References: <21439535.1190473530850.JavaMail.root@eastrmwml23.mgt.cox.net>

Hi Bob,

Thanks!  That was easy.  For some silly reason, I was looking at  
WorldPlot instead.....Is that package now obsolete and subsumed under  
CountryData?  I tried WorldPlot[World, Frame->True], but it goes from  
-10000 to 10000 rather than -180 to 180.

Thanks again!

Kevin


> $Version
>
> 6.0 for Mac OS X x86 (32-bit) (June 19, 2007)
>
> Show[CountryData["World",
>   {"Shape", "Equirectangular"}], Frame -> True]
>
> Show[CountryData["UnitedStates",
>   {"Shape", "Equirectangular"}], Frame -> True]
>
>
> Bob Hanlon
>
> ---- kevin_jazz <kevinbowman at mac.com> wrote:
>> Hi,
>> Does anyone know if there is a command to add longitude and latitude
>> labels in the WorldPlot package? I'd like to use those labels to
>> designate the parallels and meridians, e.g., -180, -165,.... I asked
>> this question last year with no response,  but maybe with Mathematica
>> 6, this is easier....
>>
>> Thanks!
>>
>> Kevin
>>
>>
>



  • Prev by Date: Re: advanced fill effects for graphics primitives
  • Next by Date: Re: Integrate not very aggressive about taking constants out of integrals
  • Previous by thread: Re: Labeling longitudes and latitudes
  • Next by thread: FullSimplify regress?