How to manipulate symbols (specifically getting open circles) using gscatter?
1 次查看(过去 30 天)
显示 更早的评论
I am using gscatter to plot distance (distall) and threshold (qthres) data for a range of subjects. That command works fine, but it does result in smaller, filled circles that I typically don't like to use as my data points tend to overlap.
This is the code I have been playing with:
h = gscatter(distall, qthres, subj)
And I tried:
set(h(1),'MarkerEdgeColor','r','MarkerFaceColor','none', 'MarkerSize', 25)
But this does not seem to work -- only the size seems to change. Any recommendations for manipulating the circles here? Thanks!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Surface and Mesh Plots 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!