Effacer les filtres
Effacer les filtres

I have these boxplots and I need to show the boxplots in groups.

1 vue (au cours des 30 derniers jours)
zhoug zho
zhoug zho le 1 Juil 2021
Commenté : Rik le 8 Juil 2021
I have these boxplots and I need to show the boxplots in groups.
e.g, from this figure, first boxplot is one group, it has only one boxplot, then 2ndgroup has six boxplots and 3rd group has 3 boxplots and 4 group also has 3 boxplot and 4th group has one boxplot.
So, I need to show these boxplot groups in same colors in this plot,
Like all boxplots of group 2 with the same color and similarly, all boxplots of 3rdgroup with same colour , and so on. If there is any way, also, to insert lines between the groups that will be good as well. Thanks in advance.
  4 commentaires
Rik
Rik le 1 Juil 2021
You can plot them with separate calls to the boxplot function to create separate objects. Then you can easily manipulate them separately. Don't forget hold('on').
Rik
Rik le 8 Juil 2021
Why did you edit away the image?

Connectez-vous pour commenter.

Réponses (1)

Sam
Sam le 1 Juil 2021
Modifié(e) : Sam le 1 Juil 2021
Try boxcharts instead of boxplots, it is more flexible and has an option for plot grouping by color. Refer to this link for more information.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by