deliangwang的个人博客分享 http://blog.sciencenet.cn/u/deliangwang

博文

PS图上画出波长埃的IDL程序

已有 5065 次阅读 2013-1-29 22:28 |系统分类:科研笔记| character, 程序, result

Function angstrom
;+
;NAME:
;     angstrom
;PURPOSE:
;     Return the wavelength symbol as a upscripted postscript 
;     character string
;CALLING SEQUENCE:
;     result=angstrom()
;INPUT:
;     None
;OPTIONAL INPUT KEYWORDS:
;     None
;OUTPUTS:
;     result - a scalar string representing wavelength symbol.
;EXAMPLE:
;     To make the X-axis of a plot read wavelength(A)
;     IDL>  plot,indgen(10),xtitle = 'wavelength'+angstrom()
;
;METHODS:
;     see http://www.dfanning.com/misc_tips/angstrom.html
;REVISION HISTORY:
;     Original by DL.Wang,Nov-09-2008
;-
   angstrom = '!6!sA!r!u!9 %!6!n'
   return, angstrom
End



https://blog.sciencenet.cn/blog-456360-657714.html

上一篇:赤经赤纬的字符串格式转化为双精度格式IDL程序
下一篇:在字符上面画点的IDL程序
收藏 IP: 123.86.144.*| 热度|

0

该博文允许注册用户评论 请点击登录 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-11-23 18:46

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部