Hi all,
I need to break a legend text in two lines for a better fit to the graph.
I am using the sts graph command, and I followed the advice given to break text lines in labels, but it doesn't seem to work with the legend option.
My line of code is the following:
and what I get for key n.2 is a single line of text including "Pseudomyogenic" "hemangioendothelioma" with one space at the beginning and at the end. That is, all which is included within the compound quotes.
Any suggestion?
thanks a lot
I need to break a legend text in two lines for a better fit to the graph.
I am using the sts graph command, and I followed the advice given to break text lines in labels, but it doesn't seem to work with the legend option.
My line of code is the following:
Code:
legend(order(1 "Epithelioid hemangioma" 2 `" "Pseudomyogenic" "hemangioendothelioma" "' 3 "Hemangioendothelioma" 4 "Angiosarcoma") cols(1) pos(3) ring(1) symxsize(*.5))
Any suggestion?
thanks a lot
Comment