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
When a geom queries the coordinate range and uses the result to create data that is then plotted by another geom, there is potentially a double transformation. i.e. coord.range() yields results in coordinate space and if followed by coord.transform(), the data may get transformed two times. Affects coords that transform the limits in coord$setup_panel_params and also do transforms in coord$transform. This includes coord_trans and coord_sf.
Affected geoms include geom_abline, geom_hline and geom_hline.