We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
bug description When hrvar is set to NULL in create_boxplot. We have “Total” on the x-axis, two times. This won't look good in visual.
To Reproduce Run below code to reproduce the issue. create_boxplot(pq_data, metric = "Collaboration_hours", hrvar = NULL, return = "plot")
create_boxplot(pq_data, metric = "Collaboration_hours", hrvar = NULL, return = "plot")
Expected behavior In this special case x-axis label can be removed.
Screenshots
Improvement We can remove x-axis label in this special case, where hrvar is set to NULL.
The text was updated successfully, but these errors were encountered:
Minor bug fixes and release patch version
e9faf42
"Closes" #236, #237, #238
sachinstl
Successfully merging a pull request may close this issue.
bug description
When hrvar is set to NULL in create_boxplot. We have “Total” on the x-axis, two times. This won't look good in visual.
To Reproduce
Run below code to reproduce the issue.
create_boxplot(pq_data, metric = "Collaboration_hours", hrvar = NULL, return = "plot")
Expected behavior
In this special case x-axis label can be removed.
Screenshots
Improvement
We can remove x-axis label in this special case, where hrvar is set to NULL.
The text was updated successfully, but these errors were encountered: