how to set limit of scatter plot

19 次查看(过去 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.

请先登录,再进行评论。

更多回答(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