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
It looks like the columns are reordered to pandas default (alphabetical) when either
self.df = validate_matrix(...)
or
self.df = transform_matrix(...)
edit: my quick fix didn't work. Please disregard.
See title.
Logo(df, stack_order='fixed') results in stacks wherein the glyphs appear in alphabetic order, rather than in the order of df.columns
The text was updated successfully, but these errors were encountered: