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

Support additional type_hist() args #296

Merged
merged 1 commit into from
Feb 2, 2025
Merged

Support additional type_hist() args #296

merged 1 commit into from
Feb 2, 2025

Conversation

grantmcdermott
Copy link
Owner

Closes #293

(I'm not including probability since its duplication with freq and is a pain to support with arg passing through our sub function logic.)

- also fix inconsistency in ylab naming for both histogram and density types (this should be done once in the respective *_type.R code)
@grantmcdermott
Copy link
Owner Author

Forgot a MWE:

library(tinyplot)
plt(Nile, type = type_hist(freq = FALSE, right = TRUE))

tmp

@grantmcdermott grantmcdermott merged commit 9225196 into main Feb 2, 2025
3 checks passed
@grantmcdermott grantmcdermott deleted the hist_args branch February 2, 2025 22:45
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.

Additional type_histogram() arguments
1 participant