The Origin Forum
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
 Origin Forum
 Line endpoint shape
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic

jc_168

China
3 Posts

Posted - 04/17/2013 :  10:02:48 PM  Show Profile  Edit Topic  Reply with Quote  View user's IP address  Delete Topic
Hi, does anybody know how to change the shape of endpoint? The Origin default setting for line is round endpoint which is looks like, (in red circle)



It is not good for display. How can I change it to rectangle shape?

Thanks.

greg

USA
1378 Posts

Posted - 04/19/2013 :  2:52:34 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
We do have a system variable that controls use of either of the three standard Windows line cap methods:
@LCA = 0; // Use round end cap - radius centered on point value (the default)
@LCA = 1; // Use square end cap - extend line one-half of line thickness
@LCA = 2; // Use flat end cap - end line at point value

But this variable affects Axes and Tick Marks ONLY.

We currently do not support this for any graphic objects and certainly not for lines in a plot which would be disastrous:

Go to Top of Page

Hideo Fujii

USA
1582 Posts

Posted - 10/07/2015 :  3:39:03 PM  Show Profile  Edit Reply  Reply with Quote  View user's IP address  Delete Reply
For visitors to this thread:

Instead of axis ticks in effect, you can use the the system variable, @LCG for the line/arrow object;
@LCG = 0; // Use round end cap (the default)
@LCG = 1; // Use square end cap 
@LCG = 2; // Use flat end cap
In recent versions, you can set the system variable by choosing "Tools: System Variables" menu.
(Note that no need of "@" in this tool.)

--Hideo Fujii
OriginLab
Go to Top of Page
  Previous Topic Topic Next Topic Lock Topic Edit Topic Delete Topic New Topic Reply to Topic
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
The Origin Forum © 2020 Originlab Corporation Go To Top Of Page
Snitz Forums 2000