필터 지우기
필터 지우기

Is it possible to change the dots size of a dotted line?

조회 수: 4 (최근 30일)
Viviana Arrigoni
Viviana Arrigoni 2018년 4월 16일
댓글: Jan 2018년 4월 16일
I have a dotted line with asterisks in (X,Y). They are few points, but I would like to increase the size of the dots of the line connecting them. I tried to so it as follows but it did not work.
plot(X,Y,':*','LineWidth',10,'Color','[0 0.6 1]');
  댓글 수: 2
Birdman
Birdman 2018년 4월 16일
Is there an error message being thrown or is there no change when you run the code?
Jan
Jan 2018년 4월 16일
"It does not work" is a weak description of the problem. Please explain, what you see. Defining the Color as a string is strange. I suggest to omit the quotes around [0 0.6 1].

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Line Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by