Dear All,

Applying the -qreg- command, I attempt to reverse the X- and Y-axis in the graphs computed from -grqreg-.

Code:
webuse auto, clear
qreg price mpg headroom
grqreg, cons ci ols olsci title(Fig.1a Fig.1b Fig.1c)

In the previous post, I read xsc(reverse) and/or ysc(reverse) could work (here: https://www.statalist.org/forums/for...in-stata-graph). But -grqreg- command does not allow that option, I guess this command processes estimated values.

Although the strength of quantile regression may come from representing the values along with the quantiles at the X-axis, can anyone help me to reverse each axis?

Best regards,
Lin-Geon

(Version 14.2)