필터 지우기
필터 지우기

how to set limit of scatter plot

조회 수: 15 (최근 30일)
Ali Asghar
Ali Asghar 2020년 5월 17일
댓글: balaji sriram 2021년 4월 30일
dear
I am making scatter plot of MAV at different shoulder angle.
I m looking program to smart enough to set same limit of axis for all 4 subplot.
Q1) How can i do this.
Q2) how i find which color show which data values?? like out of 5 point blue is on which number?

채택된 답변

KSSV
KSSV 2020년 5월 17일
Reead about xlim, legend, text, axistight.
  댓글 수: 6
KSSV
KSSV 2020년 5월 20일
If x and y is your data....you can limit using:
axis([min(x) max(x) min(y) max(y)])
alternatively you can use axistight also.
balaji sriram
balaji sriram 2021년 4월 30일
Thanks man

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

추가 답변 (0개)

카테고리

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

태그

제품


릴리스

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by