I would use the DATA step to define new variables logDose = log(dose) and logCMax=log(CMax) (or use LOG10(), if you prefer). Then use SGPLOT with the new variables. You can specify whatever axes you want by using the VALUES option as in your example. Rick
... View more