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
{{ message }}
This repository has been archived by the owner on Feb 9, 2024. It is now read-only.
Autosplit should have the basic behaviour as ggplot2: i.e. it should split by every categorical variable in the layer. It should be straightforward - it's similar to by_group but it figures out which variables to split by in connect.
Then we could add branch_line() which would look like:
Autosplit should have the basic behaviour as ggplot2: i.e. it should split by every categorical variable in the layer. It should be straightforward - it's similar to
by_group
but it figures out which variables to split by inconnect
.Then we could add
branch_line()
which would look like:Once we have
transform_sort
it might look like:The text was updated successfully, but these errors were encountered: