how to set limit of scatter plot

14 ビュー (過去 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 Center および File Exchange2-D and 3-D Plots についてさらに検索

タグ

製品


リリース

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by