Dear all,
I am trying to either had a single note at the bottom of the graph (as with the Title, first Code) or two separate ones (second Code). In the first case, it does not recognise the function note, while with the second code the function reports always the last note (in this case the second = Y) for each subparagraph.
Thank you,
Mattia
I am trying to either had a single note at the bottom of the graph (as with the Title, first Code) or two separate ones (second Code). In the first case, it does not recognise the function note, while with the second code the function reports always the last note (in this case the second = Y) for each subparagraph.
Thank you,
Mattia
Code:
coefplot (women, label(partner reason)) (women_1, label(own reason)) , bylabel (Extra-EU) /// || (women_intra, label(partner reason)) (women_1_intra, label(own reason)), bylabel (Intra-EU) /// ||, byopts( title("X"), note ("Y"))
Code:
coefplot (women, label(partner reason)) (women_1, label(own reason)) , bylabel (Extra-EU) note(X) /// || (women_intra, label(partner reason)) (women_1_intra, label(own reason)), bylabel (Intra-EU) note(Y) /// ||, byopts( title("trr"))
Comment