Can the marker size be set by units of coordinates?

6 visualizaciones (últimos 30 días)
Michael
Michael el 5 de Ag. de 2014
Respondida: Rick Rosson el 6 de Ag. de 2014
I am trying to plot positions of spheres in 3-D space. Each sphere has the same radius and is defined by its center point. I am plotting using
plot3(x,y,z,'o')
but the size of the plotted circle for each sphere changes based on zoom level. Is there a way to set the marker size to a defined number? Like I'd want to say, "MarkerSize = 2 plotting units" so that no matter how zoomed in I am, the marker stays the same size relative to the coordinate system. Also, it has to be dynamic enough that I can rotate and zoom with the figure freely.
[I looked into the "rectangle()" command, but it only works in 2-D.]
  1 comentario
Christopher Berry
Christopher Berry el 5 de Ag. de 2014
Markers are marking points, so they should not actually have any extent... What it sounds like you want is a small fixed sized surface at every point, correct?
I think it could be done by using sphere to draw small spheres at each and every point in [x,y,z], but that would be a lot of work for what seems like little gain.
What exactly are you trying to achieve with this?

Iniciar sesión para comentar.

Respuestas (1)

Rick Rosson
Rick Rosson el 6 de Ag. de 2014

Categorías

Más información sobre Surface and Mesh Plots en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by