In the following plot,
Is there a way to rotate, in the legend, the line/symbol of "y" only so that it looks like a vertical line and not a horizontal line? (Current and desired output below). I can't find something like ", angle(X)".
Code:
sysuse auto, clear twoway (lfit price weight) /// (scatteri 0 2500 10000 2500, recast(line))
Comment