You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This breaks. I'm inclined to see it as a bug, because even if you think I should reverse the lower and upper limit of ylim given the use of scale_y_reverse(), why should that error make the axis ticks, etc. disappear altogether for the y axis?
In 3.3.0 (including latest dev version), there is odd behavior when combining
coord_cartesian()
withscale_y_reverse()
.This is fine:
This also is fine:
This breaks. I'm inclined to see it as a bug, because even if you think I should reverse the lower and upper limit of
ylim
given the use ofscale_y_reverse()
, why should that error make the axis ticks, etc. disappear altogether for the y axis?Interestingly, this is fine again.
The text was updated successfully, but these errors were encountered: