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

Issue in the create_boxplot when hrvar is set to NULL #236

Closed
sachinstl opened this issue May 30, 2024 · 0 comments · Fixed by #239
Closed

Issue in the create_boxplot when hrvar is set to NULL #236

sachinstl opened this issue May 30, 2024 · 0 comments · Fixed by #239
Assignees
Labels
bug Something isn't working

Comments

@sachinstl
Copy link
Member

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
image

Improvement
We can remove x-axis label in this special case, where hrvar is set to NULL.

@sachinstl sachinstl added the bug Something isn't working label May 30, 2024
@sachinstl sachinstl self-assigned this May 30, 2024
sachinstl pushed a commit that referenced this issue May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant