Is there a way to change the shape of the outliers when plotting boxplots? The default is the cross. Thanks

 採用された回答

Ameer Hamza
Ameer Hamza 2020 年 4 月 1 日

0 投票

Yes, you can specify the marker
a = [rand(1, 10) 3 3.5 4];
boxplot(a, 'Symbol', 'v');
You can choose any marker specifier described here: https://www.mathworks.com/help/releases/R2020a/matlab/ref/linespec.html

2 件のコメント

Xen
Xen 2020 年 4 月 1 日
Thanks, and apologies. I don't know how I missed this option!
Ameer Hamza
Ameer Hamza 2020 年 4 月 1 日
Glad to be of help.

サインインしてコメントする。

その他の回答 (0 件)

質問済み:

Xen
2020 年 4 月 1 日

コメント済み:

2020 年 4 月 1 日

Community Treasure Hunt

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

Start Hunting!

Translated by