フィルターのクリア

Plot symbols in 2014b

2 ビュー (過去 30 日間)
Rick
Rick 2014 年 11 月 8 日
コメント済み: Rick 2014 年 12 月 13 日
2014b (Mac OS 10.10)
plot(rand(1,10), rand(1,10), 'o', 'markersize', 6)
No longer plots the symbols as circles but as octagons. This isn't just screen rendering problem because it shows up when I save the plot as an eps file. Is this a bug, a design choice, or am I doing something wrong?
Thanks for your help.
Rick
  1 件のコメント
Nicolas
Nicolas 2014 年 11 月 10 日
Not sure what I might be doing wrong, but
plot(1:10, rand(1,10),'LineStyle','-','LineWidth',10,'Marker','o', 'markersize', 25)
gives me the plot attached. Circles look more like a tire of a car, not particular pretty. Diamonds same problem, as soon as 'LineWidth' is above 2. Bug?

サインインしてコメントする。

採用された回答

David Young
David Young 2014 年 12 月 13 日
The circles as octagons and change of shape with line width is a recognised bug.
  1 件のコメント
Rick
Rick 2014 年 12 月 13 日
Thanks. It was listed as a bug after I reported it. I hasn't been fixed in the pre-release of 2015a.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeInteractive Control and Callbacks についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by