How do I overlap boxplots on top of each other for the same x-axis?
    3 views (last 30 days)
  
       Show older comments
    
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 Comments
Accepted Answer
  dpb
      
      
 on 6 Jan 2022
        Use boxchart and the grouping by color option probably best builtin solution...
0 Comments
More Answers (0)
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
