```r ggplot(mtcars, aes(disp, mpg)) + geom_point() + coord_radial(r.axis.inside = TRUE) + theme(axis.text.r = element_blank()) ``` <img width="1644" height="1503" alt="Image" src="https://github.com/user-attachments/assets/ba72e86d-3c76-4200-9494-ab89f0e19a86" />