79190424

Date: 2024-11-14 21:10:47
Score: 2.5
Natty:
Report link

How do I set scale_y_reverse and coord_cartesian()? I've tried the code below but it doesn't reverse y scale.

p + geom_line() +
coord_cartesian(ylim=c(0, 10))+
  scale_y_reverse() 
Reasons:
  • Blacklisted phrase (1): How do I
  • Low length (0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Starts with a question (0.5): How do I
  • Low reputation (0.5):
Posted by: LZ24AP