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
* Fix bug. If is.null(data_xy): Set data_xy to mean of data_xy_min and data_xy_max.
* Add test. Check geom_errorbar is rendered when y aes is not set.
* Fix bug. geom_errobar is now rendered with flipped aes. Add test.
* Minor fixes. Add explanation and reprex for flipped_aes in geom2trace.GeomErrorbar. Simplify code in make_error.
* Update R/layers2traces.R
* Add visual test to check that geom_errobar is rendered when y aes is not set.
* Add visual test to check that geom_errobar is rendered with flipped aes.
0 commit comments