Re: WorldPlot, WorldRotation... with a twist?
- To: mathgroup at smc.vnet.net
- Subject: [mg90607] Re: WorldPlot, WorldRotation... with a twist?
- From: Mr Stuff <google at tiger2.demon.co.uk>
- Date: Tue, 15 Jul 2008 06:50:01 -0400 (EDT)
- References: <g5htgm$j9d$1@smc.vnet.net>
OK, I have a work-around, but a more elegant solution would be appreciated. The workaround: Convert the WorldGraphics to a Graphics object and export as an Encapsulated PostScript file. Read the file in streamList = ReadList[aStream, Word, WordSeparators - > {"\n"}], insert into the list after "% Start of Graphics" a PS rotation, then write the list out again (WriteString with extra "\n") and re-import the eps file. Surely there's a better way! ?