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

Home » Public Forums » archive » Re: Angstrom symbol in IDL/PvWave title
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: Angstrom symbol in IDL/PvWave title [message #391 is a reply to message #390] Wed, 25 March 1992 07:19 Go to previous messageGo to previous message
hcohl is currently offline  hcohl
Messages: 2
Registered: May 1992
Junior Member
Hi,

I wrote an IDL script a little while back that emulates
a vector drawn angstrom as a string.

You would do something like this:

IDL> xyouts,10,10,angstrom(),/dev

for instance...
Good luck
here it is,
Howie


------------------------------------------------------------ -------------
Howard Cohl HOME : (505)434-3717
National Solar Observatory WORK : (505)434-7000
Sunspot, New Mexico E-MAIL : hcohl@sunspot.noao.edu
88349
------------------------------------------------------------ -------------


;----------------------------------------------------------- --
;+
; NAME:
; ANGSTROM
; PURPOSE:
; This function, if called, returns a string containing
; the vector drawn signature of the angstrom symbol.
; CATEGORY:
; TEXT STRING ROUTINES
; CALLING SEQUENCE:
; sang = angstrom()
; INPUTS:
; NONE
; KEYWORD PARAMETERS:
; OUTPUTS:
; sang = A scalar string containing the vector drawn
; signature of the angstrom symbol.
; type: scalar,string
; COMMON BLOCKS:
; NOTES:
; MODIFICATION HISTORY:
; H. Cohl, 2 Apr, 1991 ---
;-
;----------------------------------------------------------- --

function angstrom,help=help

angstrom='!SA!R!U!9 %!17'
sang=string(angstrom)

return,sang

end
--

------------------------------------------------------------ -------------
Howard Cohl HOME : (505)434-3717
National Solar Observatory WORK : (505)434-7000
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Creating transparent image overlay
Next Topic: Has anyone written idl-mode.el?

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

Current Time: Thu Oct 16 23:42:02 PDT 2025

Total time taken to generate the page: 3.44023 seconds