T O P I C R E V I E W |
Neuroguy |
Posted - 09/28/2021 : 2:28:50 PM Origin Ver. and Service Release (Select Help-->About Origin): Operating System: WIN 10
Hello!
I am a grad student and my lab uses Origin from 2016. I am trying to thicken the lines in my legend, but I have not been able to get it to work. The forums did have a lot of information, but I was unsuccessful.
The format it:
/l(1) %(1) /l(2) %(2) /l(3) %(3) /l(4) %(4) /l(5) %(5)
So far I have tried multiple alterations in the /(1) part of the code, but it hasn't worked. One thing that did work was just thickening the lines on my actual graph, which made the legend line thicker, but this made the visual impact of the graph less appealing. Thank you so much in advance for any help. ( I wish we had the newer version as these options are easily findable, but we don't.)
Sincerely,
PJ |
1 L A T E S T R E P L I E S (Newest First) |
snowli |
Posted - 09/28/2021 : 2:53:30 PM In later versions, you can edit it in Properties dialog. E.g. i set it to be 500% of original line width.
In your version, you will need to add linewidth:p500 for example in \l, part. See \l(1, LineWidth:p1000) %(1) part https://www.originlab.com/doc/LabTalk/ref/Legend-Substitution-Notation#Plot_Symbol_Component
Thanks, Snow |
|
|