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
I found a problem with guide_colorsteps after installing the last ggplot2 version.
I'm not sure why, but the order of classes is not correct. Some of the extreme classes are showing up in the middle. Using the function example data it seems to work, but here it doesn't.
It's because of alphanumeric sorting of the breaks, which shouldn't happen for breaks parsed from cut()'s intervals, but should happen for numeric breaks.
I found a problem with
guide_colorsteps
after installing the last ggplot2 version.I'm not sure why, but the order of classes is not correct. Some of the extreme classes are showing up in the middle. Using the function example data it seems to work, but here it doesn't.
Here is the code to reproduce the bug:
The text was updated successfully, but these errors were encountered: