What's the diameter of the standard circle marker 'o' in scatter3 plot ?

1 vue (au cours des 30 derniers jours)
James Peach
James Peach le 12 Sep 2020
Commenté : James Peach le 12 Sep 2020
Does anyone know how to find out the diameter size of the standard circle marker 'o' on a scatter3 plot?

Réponse acceptée

Adam Danz
Adam Danz le 12 Sep 2020
Modifié(e) : Adam Danz le 12 Sep 2020
The size of scatter objects are in point units where 1 point equals 1/72 inch.
Plot a single point and look at it's SizeData.
h = scatter3(0,0,0);
h.SizeData
% ans =
% 36
so, the default size is 36/72 or 1/2 inch.

Plus de réponses (0)

Produits


Version

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by