Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.postscript > #2029 > unrolled thread

How to draw these

Started byCecil Westerhof <Cecil@decebal.nl>
First post2014-09-06 14:27 +0200
Last post2014-11-30 03:56 -0800
Articles 6 — 4 participants

Back to article view | Back to comp.lang.postscript


Contents

  How to draw these Cecil Westerhof <Cecil@decebal.nl> - 2014-09-06 14:27 +0200
    Re: How to draw these jdaw1 <jdawiseman@gmail.com> - 2014-09-06 10:21 -0700
    Re: How to draw these tlvp <mPiOsUcB.EtLlLvEp@att.net> - 2014-09-06 13:55 -0400
    Re: How to draw these luser- -droog <mijoryx@yahoo.com> - 2014-11-16 23:29 -0800
      Re: How to draw these Cecil Westerhof <Cecil@decebal.nl> - 2014-11-18 21:59 +0100
        Re: How to draw these jdaw1 <jdawiseman@gmail.com> - 2014-11-30 03:56 -0800

#2029 — How to draw these

FromCecil Westerhof <Cecil@decebal.nl>
Date2014-09-06 14:27 +0200
SubjectHow to draw these
Message-ID<878ulxue61.fsf@Equus.decebal.nl>
My geometry day are in a grey history. I would like to draw things
like:
    http://www.mapthematics.com/Essentials/Images/04_Stretches.png
and
    http://www.mapthematics.com/Essentials/Images/09_Graticule.png

Is there a good site to learn yourself to make things like that?

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [next] | [standalone]


#2030

Fromjdaw1 <jdawiseman@gmail.com>
Date2014-09-06 10:21 -0700
Message-ID<4bbe0eb3-0a2d-4317-8f6e-71adbca3b90b@googlegroups.com>
In reply to#2029
The difficult step is rotating the lat-long to a new position. 
http://www.mathworks.se/matlabcentral/fileexchange/43435-rotated-grid-transform 
That done, it's easy to transform to a flat view as see from original north pole. 

Then it's easy to do with lots of little line segments. Some heuristics might allow shrinkage of file size by using curves.

[toc] | [prev] | [next] | [standalone]


#2031

Fromtlvp <mPiOsUcB.EtLlLvEp@att.net>
Date2014-09-06 13:55 -0400
Message-ID<10lmfsemk1agf.96xolye0t3qy.dlg@40tude.net>
In reply to#2029
On Sat, 06 Sep 2014 14:27:50 +0200, Cecil Westerhof wrote:

> ... things
> like:
>     http://www.mapthematics.com/Essentials/Images/04_Stretches.png
> and
>     http://www.mapthematics.com/Essentials/Images/09_Graticule.png
> 
> Is there a good site to learn yourself to make things like that?

For a firehose-streamful of candidate sites feed your favorite search
engine with [ Wolfram alpha geometry ]. HTH. Cheers, -- tlvp
-- 
Avant de repondre, jeter la poubelle, SVP.

[toc] | [prev] | [next] | [standalone]


#2096

Fromluser- -droog <mijoryx@yahoo.com>
Date2014-11-16 23:29 -0800
Message-ID<9877c61a-0c77-41b5-9443-6c943f62aeb8@googlegroups.com>
In reply to#2029
On Saturday, September 6, 2014 7:41:39 AM UTC-5, Cecil Westerhof wrote:
> My geometry day are in a grey history. I would like to draw things
> like:
>     http://www.mapthematics.com/Essentials/Images/04_Stretches.png
> and
>     http://www.mapthematics.com/Essentials/Images/09_Graticule.png
> 
> Is there a good site to learn yourself to make things like that?
> 

Bill Casselman's Mathematical Illustrations, ch 8.
covers map projections.

http://www.math.ubc.ca/~cass/graphics/manual/pdf/ch8.pdf
warning(?) 2.41 MB

[toc] | [prev] | [next] | [standalone]


#2098

FromCecil Westerhof <Cecil@decebal.nl>
Date2014-11-18 21:59 +0100
Message-ID<87d28k9qds.fsf@Equus.decebal.nl>
In reply to#2096
Op Monday 17 Nov 2014 08:29 CET schreef luser:

> On Saturday, September 6, 2014 7:41:39 AM UTC-5, Cecil Westerhof wrote:
>> My geometry day are in a grey history. I would like to draw things
>> like:
>> http://www.mapthematics.com/Essentials/Images/04_Stretches.png
>> and
>> http://www.mapthematics.com/Essentials/Images/09_Graticule.png
>>
>> Is there a good site to learn yourself to make things like that?
>>
>
> Bill Casselman's Mathematical Illustrations, ch 8.
> covers map projections.
>
> http://www.math.ubc.ca/~cass/graphics/manual/pdf/ch8.pdf
> warning(?) 2.41 MB

Downloaded. Now I have something to do this weekend. ;-)

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof

[toc] | [prev] | [next] | [standalone]


#2103

Fromjdaw1 <jdawiseman@gmail.com>
Date2014-11-30 03:56 -0800
Message-ID<5024e2b6-a2fa-4430-95b8-fe8c690a1219@googlegroups.com>
In reply to#2098
Apologies for the late reply. 

You might be able to use the code linked from 
http://www.jdawiseman.com/papers/placemat/postscript_routines.html#transformpath 
which I was using to apply complicated transformations to paths made by charpath. 

Good luck.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.postscript


csiph-web