79266365

Date: 2024-12-09 20:31:31
Score: 2.5
Natty:
Report link

I just implemented it myself in my new github repository "mvfki/ggfla". Not yet submitted to CRAN though. This should be a better solution for now as I don't hide the original axis and draw segments pretending the axis, but replace the axis elements themselves with what are wanted.

library(ggfla)
ggplot(df, aes(x, y)) +
    geom_point() +
    theme_axis_shortArrow()

Click to see the image ->demo-ggfla. Sadly I don't have minimum reputation to post images.

Other settings stay the same with original ggplot2 flavor. Modify the x-/y-axis titles with xlab() or ylab() and etc.

Reasons:
  • RegEx Blacklisted phrase (1.5): reputation
  • Contains signature (1):
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: mvfki