Hi,
Any ideas on how to remove the x-axis from all panels in a twoway graph with the by-option? I have tried the following and xscale(off) did nothing:
Thank you!
Any ideas on how to remove the x-axis from all panels in a twoway graph with the by-option? I have tried the following and xscale(off) did nothing:
Code:
sysuse auto, clear twoway scatter price mpg, by(foreign, note("")) xscale(off)
Comment