Dear Statalist user,
I use a very similar visualization to this:
Code:
use https://www.stata-press.com/data/r17/auto, clear
scatter mpg weight, by(foreign)
I am now trying to change the label, font, and color for the "Foreign" and "Domestic" boxes. For example, the text should be changed to "Foreign Car" and "Domestic Car", the field should be in light gray and the text should be bold.
I was probably just using the wrong keywords to find the answer, so I would appreciate any pointers.
Best,
Marvin
0 Response to Change label, color, and font for "by(category)" graph
Post a Comment