I wonder if its possible use use xlabel options with by and over, example:
Code:
clear all set more off sysuse auto graph bar (mean) price, over(trunk) by(foreign)
My goal its use xlabel or other command to edit x axis but lamentably this option its not allowed :
Code:
graph bar (mean) price, over(trunk, xlabel(1(1)23)) by(foreign) option xlabel() not allowed
0 Response to Graph: xlabel using by() and over() options
Post a Comment