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
The crate appears to feature the NestedValue type, which appears to respond to my need for a way to do grouped bar plots, but no example features how to use it (except maybe the small unit tests at the bottom of the file. Also, the relation between NestedValue and categorical data is not immediately clear from documentation (though I can translate from categorical to just integers)
(Optional) Why this feature is useful and how people would use the feature ?
It would help users who need hierarchical data on their axes to get started more quickly if there was an example on how to use these.
The text was updated successfully, but these errors were encountered:
What is the feature ?
The crate appears to feature the
NestedValue
type, which appears to respond to my need for a way to do grouped bar plots, but no example features how to use it (except maybe the small unit tests at the bottom of the file. Also, the relation between NestedValue and categorical data is not immediately clear from documentation (though I can translate from categorical to just integers)(Optional) Why this feature is useful and how people would use the feature ?
It would help users who need hierarchical data on their axes to get started more quickly if there was an example on how to use these.
The text was updated successfully, but these errors were encountered: