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
Ran into a bug with Geom.ribbon where if ymin/ymax are first NaN then concrete values, the concrete values are ignored. However, if the concrete values appear first then it works correctly.
Ran into a bug with
Geom.ribbon
where ifymin
/ymax
are firstNaN
then concrete values, the concrete values are ignored. However, if the concrete values appear first then it works correctly.Concrete values first
NaN values first
The expect behavior here is
Geom.ribbon
showing the yellow valuesThe text was updated successfully, but these errors were encountered: