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 had three data points with NAs in a recent sankey plot and i got the following errors and warnings and weird looking plots. this could be fixed with a drop_na filtering step. Could be parameterized, or just documented so the user knows this is happening.
Warning messages:
1: Removed 3 rows containing non-finite values (`stat_parallel_sets()`).
2: Removed 3 rows containing non-finite values (`stat_parallel_sets_axes()`).
3: Computation failed in `stat_parallel_sets_axes()`
Caused by error in `compute_panel()`:
! Axis aesthetics must be constant in each split
4: Removed 3 rows containing non-finite values (`stat_parallel_sets_axes()`).
5: Computation failed in `stat_parallel_sets_axes()`
Caused by error in `compute_panel()`:
! Axis aesthetics must be constant in each split
The text was updated successfully, but these errors were encountered:
I had three data points with NAs in a recent sankey plot and i got the following errors and warnings and weird looking plots. this could be fixed with a
drop_na
filtering step. Could be parameterized, or just documented so the user knows this is happening.The text was updated successfully, but these errors were encountered: