File Exchange
Try Origin for Free
The Origin Forum
Home
|
Profile
|
Register
|
Active Topics
|
Members
|
Search
|
FAQ
|
Send File to Tech support
Username:
Password:
Save Password
Forgot your Password?
|
Admin Options
All Forums
Origin Forum for Programming
LabTalk Forum
change the width of the curve
New Topic
Reply to Topic
Printer Friendly
Author
Topic
joss31
France
33 Posts
Posted - 05/28/2014 : 05:00:45 AM
Hello everybody,
Today I need some help because I want to change the width of my curves, I found the command
"set [...] -w width"
but I don't know how I can use it.
There is an exemple in the labtalk manual but it change nothing (the exemple is
"set [your name] -w 1000;"
).
So thank you in advance.
And I use the labtalk from Origin version 6.1.
Mulvenna
Germany
46 Posts
Posted - 05/28/2014 : 10:22:13 AM
If you only have one plot in the active layer you can use:
set %C -w 500;
// Set the active plot line width to 1
If you have more than one plot you can set the range of the plot you want to change and then change that plot:
range r = 1!2;
// Set range r to the 2nd plot of the 1st layer
set r -w 1000;
// Set the line width of this plot to 2
(When setting the widths: 50 == 0.1pt)
Hope this helps!
joss31
France
33 Posts
Posted - 06/03/2014 : 05:04:15 AM
Hello, Thank you for your reply I try your solution but I don't know why I don't succeed to make it work. When I put those commands
set %C -w 500;
or
range r = 1!2;
set r -w 1000;
And it didn't work for the moment.
Topic
New Topic
Reply to Topic
Printer Friendly
Jump To:
Select Forum
Origin Forum
Origin Viewer Forum
Origin Forum
Origin Forum for Programming
Forum for Python
LabTalk Forum
Forum for Origin C
Forum for Automation Server/COM and LabVIEW
Origin中文论坛
Origin 中文论坛 (Chinese Origin Forum)
Japanese Origin Forum
Origin日本語フォーラム (Japanese Origin Forum)
Origin on Linux
The Origin on Linux Forum
Private Forums
Distributor Forum
--------------------
Home
Active Topics
Frequently Asked Questions
Member Information
Search Page
The Origin Forum
© 2020 Originlab Corporation
Snitz Forums 2000