I like placing the legend inside the plot, so I modify scheme s2color as follows:
Code:
gridringstyle legend_ring 0 // the default is 3, I change the value to 0
Code:
sysuse auto, clear
twoway line length weight price, sort
twoway line length weight price, sort legend(ring(1)) // the command failed
0 Response to ring setting of legend option and scheme modified
Post a Comment