Can the marker size be set by units of coordinates?

3 次查看(过去 30 天)
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 个评论
Christopher Berry
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?

请先登录,再进行评论。

回答(1 个)

Rick Rosson
Rick Rosson 2014-8-6

类别

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