You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to set fill colors in plot_boxplot according to the categories of the variable pessed to the argument "by". I know it is not that necessary since the labels of the categories are at one of the axes, but i think it would be a nice feature and also, it would be useful when presenting the data to an audience with no statistical background, for instance.
Thanks in advance and congratulations again for the package!
The text was updated successfully, but these errors were encountered:
Hi @guilhermedossantos , I think that's a duplication of information. As a general package maintainer, I don't think I can add that as a feature. I have been especially careful when dealing with colors (#99#113#129), and would not add anything unnecessary.
With that said, you can always overwrite this line to add fill color, e.g., aes(x = by_f, y = value, fill = by_f).
Hey, congrats on the great package!
I would like to be able to set fill colors in plot_boxplot according to the categories of the variable pessed to the argument "by". I know it is not that necessary since the labels of the categories are at one of the axes, but i think it would be a nice feature and also, it would be useful when presenting the data to an audience with no statistical background, for instance.
Thanks in advance and congratulations again for the package!
The text was updated successfully, but these errors were encountered: