comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: XYOUTS overwrites
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: XYOUTS overwrites [message #2869 is a reply to message #2868] Wed, 07 September 1994 10:24 Go to previous message
fast is currently offline  fast
Messages: 1
Registered: September 1994
Junior Member
frank@chaos.uni-frankfurt.dbp.de writes
|> The problem is, this way, XYOUTS doesn't clear the place before writing on it.
|> My XYOUTS print is just one of many in the actual window, and it's not supposed to be
|> a window- or plot-title (even if it might look like this in my example).
|> So: how to do that??
|> Any help appreciated. Thanx


A simple way to erase just under and around the text,
print the string twice; the first time, thick and of
the desired background color, the second time, thin.
Quality of the result is mixed; it depends a lot on
the font and font size.

xyouts, x, y, the_string, charsize=1.5, charthick=9, color=255
xyouts, x, y, the_string, charsize=1.5, charthick=1, color=0
[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Re: ARRAYS
Next Topic: Re: Problem with PLOT limits in IDL v3.6

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 09:56:32 PDT 2025

Total time taken to generate the page: 1.28096 seconds