I use the following command to generate a graph:
The part in red is the title. However I have an issue with the comma before 1980-2023. Stata tells me that size(medsmall) is an invalid option. I can understand that this is becaure there are two commas. How can I include the first comma in the title of the graph without causing any error when running the code? I have tried to put the comma under quotations. I also tried to put the entire title under curly brackets or quotations, but none works.
Thanks for any help you may provide.
Best,
Dario
Code:
graph bar growthrate , over(continent, label(angle(90))) title({bf: Figure 2.4}: Average GDP growth rate in different geographical areas, 1980-2023, size(medsmall) justification(left) position(11))
Thanks for any help you may provide.
Best,
Dario

Comment