Closed zx8754 closed 6 years ago
Use coord_cartesian(xlim=c(myStart, myEnd)) instead of ylim(myStart, myEnd)
coord_cartesian(xlim=c(myStart, myEnd))
ylim(myStart, myEnd)
fixed with version 0.7
Use
coord_cartesian(xlim=c(myStart, myEnd))
instead ofylim(myStart, myEnd)