map_set problem [message #6134] |
Fri, 19 April 1996 00:00 |
gfu
Messages: 10 Registered: October 1995
|
Junior Member |
|
|
Hello,
I don't know why different font will cause the output of map_set different.
In the following codes, the default font was changed after the first map_set
and you will find that the two continent outlines do not match.
This will cause problem (different results) if the images are saved from a
console and from an X terminal with different default font.
Is this a bug or a feature ? Either way, is there a solution on this ?
Thanks.
Gary
************************************************************ ************
pro tmp
window, xsize=300, ysize=300
map_set, 0,0,0, proj=2, /contin, /noborder
device, font='8x13'
map_set, 0,0,0, proj=2, /contin, /noborder, color=10, /noerase
end
************************************************************ ***********
|
|
|