Home »
Public Forums »
archive »
Re: save a map in a pdf or eps file using GUI FSC_Psconfig Coyote routine
Re: save a map in a pdf or eps file using GUI FSC_Psconfig Coyote routine [message #80319] |
Mon, 28 May 2012 19:05 |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
k_ghreep@yahoo.com writes:
> Using Coyote Graphics routines, I wrote IDL code to plot and
> visualize a meteorological stations on a map as function of longitude
> and latitude.
> I had got a nice map. But when I tried to save the output in a eps
> file. I had noticed the points:-
> 1- the plotting Device is a black before saving the map in eps file.
> 2- in the eps file, the countries names are not on the corrected place
> and collected on the page corner of eps file
>
> how i can correct this problem and add contours showing stations
> elevations elevation on the map?
I would have a read through the many articles in
the Coyote Graphics section of my web page. But,
mostly I would update to a more up-to-date version
of the Coyote Library than the 3-4 year old one you
are using.
http://www.idlcoyote.com/cg_tips/cg_tips.php
Another tip. This program will NEVER work in PostScript
as long as you position all those text strings with
DEVICE coordinates. You can use normalized coordinates
or data coordinates (lat/lon in your case). But DEVICE
coordinates are never going to work. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|
Current Time: Wed Oct 08 11:43:02 PDT 2025
Total time taken to generate the page: 0.00353 seconds