I need to space out the bar groups along the x-axis in MATLAB so that all the plots can be seen. And if there are other ideas on how I can make all the columns visible, I'd really appreciate it. Thank you.
CodePudding user response:
To improve visibility you can make the bars thinner and maybe change the viewing angle:
bar3(x, 0.4), view(-20, 30) % set spacing and camera angle
Also, consider using an image instead of 3D bars, so that the height axis is replaced by a color scale (see