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 option to use "marker" option for missing values in cols_nanoplot() #1587

Merged
merged 4 commits into from
Feb 25, 2024

Conversation

rich-iannone
Copy link
Member

This change makes it so that the "gap" option for the missing_vals argument in cols_nanoplot() displays an actual gap instead of a red circle marker. This type of missing-value handling is still there, but it's now covered by the new "marker" option.

Fixes: #1567

@rich-iannone rich-iannone merged commit 5bf9636 into master Feb 25, 2024
12 checks passed
@rich-iannone rich-iannone deleted the nanoplot-gap-marker branch February 25, 2024 02:19
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.

Could the nanoplot arg missing_vals = "gap" actually return a gap, instead of a floating red circle? ⭕️
1 participant