79074198

Date: 2024-10-10 11:37:26
Score: 1
Natty:
Report link

coord_cartesian() will plot values even if they are close or outside of your defined limits.

p + geom_pointrange(aes(ymin = lower, ymax = upper)) + coord_cartesian(ylim=c(NA, 5.2))

enter image description here

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
Posted by: Yacine Hajji