필터 지우기
필터 지우기

Info

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

The graphic shows beyond the axis

조회 수: 1 (최근 30일)
ZC Song
ZC Song 2019년 6월 13일
마감: MATLAB Answer Bot 2021년 8월 20일
Hi everyone,
I'm so confused that when I try to plot scatters, why the fighure always beyond of the axis?
Also, the colorbar label has the same iusse. Below is the code and plot:
scatter(app.UIAxes4,X_1,Y_1,200,Z_1,'s','filled')
c = gray;
colormap(app.UIAxes4,c)
d = colorbar(app.UIAxes4);
d.Label.String = 'Elevation [m]';
d.Label.FontSize = 10;
hold on
  댓글 수: 4
Jan
Jan 2019년 6월 16일
For a minimal working example we would need the definition of app.UIAxes4. Maybe you have set its default position or Y-limits?
ZC Song
ZC Song 2019년 6월 16일
The app.UIAxes4 just indicates the name of the axis component, it can be any given name or by default.

답변 (0개)

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

Community Treasure Hunt

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

Start Hunting!

Translated by