필터 지우기
필터 지우기

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 CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by