How to change thickness of lines in figure legend?
pmazzoni
I have a legend that shows, as legends usually do, samples of 3 traces in a graph in their respective colors. I would like to make the trace fragments in the legend thicker. I tried increasing the font size just before the dynamic text for the trace sample, but that did not work. Is it possible to change this line thickness? The traces are "line between markers", thickness auto. The code for this legend is below. I am attaching a screenshot of the legend.
\s(velF) Cond: O
\s(velF#1) Cond: D
\s(velF#2) Cond: V
Forum
Support
Gallery
Igor Pro 9
Learn More
Igor XOP Toolkit
Learn More
Igor NIDAQ Tools MX
Learn More
Hi, If you use the Legend command, you can specify this with the /H flag. For example:
Legend/C/N=text0/F=0/A=MC/H={10,2,5}
This will make lines in the legend that are 10 wide and have a min and max thickness of 2 and 5.
February 25, 2019 at 08:49 am - Permalink
In reply to Hi, If you use the Legend… by sjr51
Thank you!
February 25, 2019 at 09:21 pm - Permalink
I just figured out how to accomplish this in the Annotations dialog. There is a Symbols tab (next to the Text/Frame/Position) tabs where these quantities can be set interactively. Somehow I had missed this before.
February 25, 2019 at 10:49 pm - Permalink