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

Heat Map, Histogram and Box Plot #70

Open
AkshHirpara opened this issue May 2, 2020 · 1 comment
Open

Heat Map, Histogram and Box Plot #70

AkshHirpara opened this issue May 2, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AkshHirpara
Copy link

Kindly add Heat Map, Histogram, and Box-Plot. It will be very helpfull. This is a wonderful package.

@thomas-neitmann
Copy link
Owner

Thanks for the suggestions @AkshHirpara! A histogram( ) function is already in the making. I've been hesitant about adding boxplots because they are so easy to create with plain ggplot2, e.g.

ggplot(mtcars, aes(factor(cyl), mpg)) +
  geom_boxplot()

Do you have an example of the kind of boxplots and heatmaps you'd like to see in the package?

@thomas-neitmann thomas-neitmann self-assigned this May 2, 2020
@thomas-neitmann thomas-neitmann added the enhancement New feature or request label May 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants