Hi all,

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)
Array



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