找回密码
 注册
Simdroid-非首页
查看: 1635|回复: 0

plot details 中自定义字符串格式(format string)的含义

[复制链接]
发表于 2016-11-13 11:11:24 | 显示全部楼层 |阅读模式 来自 江苏南京
本帖最后由 xzyzqs 于 2016-11-20 16:48 编辑

自定义字符串格式给出了很多选择,但是不知道具体含义是什么?

比如:
$(wcol(n).*4),其中的$、4分别代表什么?
其中*4表示有效位数

在自定义格式时会用到:
%() substitutionand $() substitution

%(wcol(n+1)$)%(x$),为什么又是%开头?



$(wcol(n), *4) means show the Y values ofthe current plot and set decimal places to 4;
%(wcol(n)[L]$) means show the long name ofcurrent Y column as labels.
*nn 表示有效数字
.nn表示小数位数
Dnn/Tnn表示日期/时间
wcol(1):代表第几列的数据。        Col(A):代表第几列的数据 (其实和wcol()一样,一个用1,2,3编号,一个用A,B,C编号)。

在origin help中找到相关的说明:http://www.originlab.com/doc/Origin-Help/PD-Dialog-Label2-Tab



本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
您需要登录后才可以回帖 登录 | 注册

本版积分规则

Archiver|小黑屋|联系我们|仿真互动网 ( 京ICP备15048925号-7 )

GMT+8, 2024-4-24 15:34 , Processed in 0.027273 second(s), 10 queries , Gzip On, MemCache On.

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表