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 个)

类别

Help CenterFile Exchange 中查找有关 Surface and Mesh Plots 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by