Skip to content
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

Add the autohide argument to cols_nanoplot() #1533

Merged
merged 6 commits into from
Jan 13, 2024

Conversation

rich-iannone
Copy link
Member

This adds the autohide argument to the cols_nanoplot() function. As in several other cols_*() functions, there is the autohide argument to automatically hide columns that participate as input but become redundant after the function is invoking.

In this case, inputs to cols_nanoplot() provide data for the nanoplot in a separate column. Once the plot is made, the data in the input column(s) is likely going to require a separate cols_hide() call to hide the columns providing the input. We can save the trouble in doing so with the autohide = TRUE default (same default for all functions having an autohide argument). For those cases where the input column should remain visible, the user is able to set autohide = FALSE.

@rich-iannone rich-iannone marked this pull request as ready for review January 13, 2024 01:13
@rich-iannone rich-iannone merged commit aff3462 into master Jan 13, 2024
12 checks passed
@rich-iannone rich-iannone deleted the cols-nanoplot-autohide branch January 13, 2024 01:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant