フィルターのクリア

Can the marker size be set by units of coordinates?

3 ビュー (過去 30 日間)
Michael
Michael 2014 年 8 月 5 日
回答済み: Rick Rosson 2014 年 8 月 6 日
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
Christopher Berry 2014 年 8 月 5 日
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 Center および File ExchangeSurface and Mesh Plots についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by