I have a time series dataset that I have set as such with the command
Code:
tsset
Code:
twoway (tsline price, yaxis(2) lcolor(black)) || (tsline volume, yaxis(1) lcolor(gs10)), tline(15dec2017, lp(dash) lc(cranberry))
Code:
xtitle(, size(small)) xlabel(,labsize(small))
Code:
ytitle(, size(small)) ylabel(,labsize(small))
Thank you so much in advance!
0 Response to Altering yaxis and ylabel styles for graphs that have 2 or more y axis
Post a Comment