필터 지우기
필터 지우기

Info

이 질문은 마감되었습니다. 편집하거나 답변을 올리려면 질문을 다시 여십시오.

Why do scatter plot markers not change size correctly in R2014b?

조회 수: 1 (최근 30일)
Joseph Kirk
Joseph Kirk 2014년 11월 7일
마감: MATLAB Answer Bot 2021년 8월 20일
With the new graphics package, scatter plots do not always render correctly. For example, when I create a scatter plot with different sized markers:
n = 10;
hScatter = scatter(rand(1,n),rand(1,n),10*(1:n),[1 0 0],'fill');
The markers are initially rendered correctly, but if I try to change them, they shrink no smaller than their original size.
Typing
hScatter.SizeData = 100;
makes all of the markers larger, but typing
hScatter.SizeData = 1;
does not shrink the markers down to a size of 1. They revert back to their original sizes.

답변 (0개)

이 질문은 마감되었습니다.

제품

Community Treasure Hunt

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

Start Hunting!

Translated by