Dear All, I am looking for a way to control the length of the key in legends of graphing commands.
Consider the following code:
I want to see the whole length of the legend key (up to the dot in the end). Yet the actual legend key appears truncated (see image below). One can make the legend wider by increasing the font, but not wider holding the font constant. I am fine with legend keys wrapping as a paragraph (if this is available).
Thank you, Sergiy.

Consider the following code:
Code:
clear all version 16.0 sysuse auto label define rep78 1 "Aaaaa a aaaaaa aaa aaaaaa aaaaaa aaaaaa a aa aaaaaaaa aaa." /// 2 "Bbbbbbbb bb b bbbbbbbbbb bbb bbbbbbbbbbbbbbb bbbbb bbbb." label values rep78 rep78 graph pie, over(rep78) legend(cols(1) size(2.7))
Thank you, Sergiy.
Comment