How do I overlap boxplots on top of each other for the same x-axis?
3 ビュー (過去 30 日間)
古いコメントを表示
I got 2 tests, 24 conditions for each test. Instead of producing two box plots with 24 vectors of data for each test, I would like to produce a single box plot comparing the statistics (mean, max, min, s.d.) of each condition between the two tests (by overlapping one box plot over another). How can I do that?
Thanks in advance!
0 件のコメント
採用された回答
dpb
2022 年 1 月 6 日
Use boxchart and the grouping by color option probably best builtin solution...
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!