I am a co-author on a paper that was accepted, and the journal wants us to underline the title of the legend in our maps (!).
I saw on statalist (https://www.stata.com/statalist/arch.../msg01211.html) a discussion about the title of the graph, which is not what I need. Either way, I tried the option {it:} just to test, and it did change the legend title to italic. The option {ul:} doesn't work, however.
Any tips/solutions for this?
Here is my code and the part that needs to be underlined is the title "Levels" (5th line):
maptile varX, geo(statehex) fcolor(Reds) twopt(title("{fontface Times New Roman: varX (A)}", ring(0) size(*0.9)) ///
legend(symy(*1.5) symx(*1.5) size(*0.8) position(4) ///
label(1 "No Data") label(2 "Lowest (1st quartile)") label(3 "Below median (2nd quartile)") ///
label(4 "Above median (3rd quartile)") label(5 "Highest (4th quartile)") ///
title("Levels", size(*0.8) ///
bexpand justification(left))))
Thank you!
I saw on statalist (https://www.stata.com/statalist/arch.../msg01211.html) a discussion about the title of the graph, which is not what I need. Either way, I tried the option {it:} just to test, and it did change the legend title to italic. The option {ul:} doesn't work, however.
Any tips/solutions for this?
Here is my code and the part that needs to be underlined is the title "Levels" (5th line):
maptile varX, geo(statehex) fcolor(Reds) twopt(title("{fontface Times New Roman: varX (A)}", ring(0) size(*0.9)) ///
legend(symy(*1.5) symx(*1.5) size(*0.8) position(4) ///
label(1 "No Data") label(2 "Lowest (1st quartile)") label(3 "Below median (2nd quartile)") ///
label(4 "Above median (3rd quartile)") label(5 "Highest (4th quartile)") ///
title("Levels", size(*0.8) ///
bexpand justification(left))))
Thank you!
Comment