While doing some -streamplot- (from SSC) graphs I have been puzzled about the opportunity to do two line marker labels. As I do not see an opportunity to do two line marker labels as value labels are only allowed to have one line, I explored an opportunity to do two line axis labels. Somehow I had the intuition that I was able to do it once.
So I tried the following code:
which fails.
So I went to Graph Editor and somehow I was able to edit individual labels - even I can change the color of each label.
Are there some hidden code options that I need to know to achieve this by code?
So I tried the following code:
Code:
sysuse auto, clear twoway scatter mpg weight, /// name(auto_2linelabel, replace) /// xlabel(2000 "Light""weight")
So I went to Graph Editor and somehow I was able to edit individual labels - even I can change the color of each label.
Are there some hidden code options that I need to know to achieve this by code?
Comment