How to manipulate symbols (specifically getting open circles) using gscatter?

1 view (last 30 days)
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!

Answers (0)

Community Treasure Hunt

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

Start Hunting!