-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Select subsets to show #283
Comments
Also looking for an answer to this question! Bumping it. |
@nanel96 I made a basic function to select specific subsets to plot. Just feed it the dataframe you'd normally use to make the plot and a list of lists where each sublist corresponds to a subset you want to be included in the plot.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to only show certain subsets? The only method I see currently is to set a minimum or maximum size, however this is not very flexible. I like the ability to highlight certain subsets, but it would be more useful for some very large subplots to show only certain subsets of interest. Thanks.
The text was updated successfully, but these errors were encountered: