Box plot doesn't show upper or lower whiskers

12 visualizaciones (últimos 30 días)
Alberto Azzari
Alberto Azzari el 10 de Abr. de 2022
Respondida: dpb el 10 de Abr. de 2022
As the image shows, I do not understand why some boxplot doesn't have whiskers. I had already read the documentation, but I didn't find an aswer. I hope some of you could help me, thanks.

Respuestas (1)

dpb
dpb el 10 de Abr. de 2022
The range of the two variables is so tight there simply isn't sufficient resolution on the plot -- try
ylim([0.25 0.30])
and I suspect you'll then be able to see them.

Productos


Versión

R2021b

Community Treasure Hunt

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

Start Hunting!

Translated by