how to set limit of scatter plot

35 visualizaciones (últimos 30 días)
Ali Asghar
Ali Asghar el 17 de Mayo de 2020
Comentada: balaji sriram el 30 de Abr. de 2021
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?

Respuesta aceptada

KSSV
KSSV el 17 de Mayo de 2020
Reead about xlim, legend, text, axistight.
  6 comentarios
KSSV
KSSV el 20 de Mayo de 2020
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 el 30 de Abr. de 2021
Thanks man

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots en Help Center y File Exchange.

Etiquetas

Productos


Versión

R2018b

Community Treasure Hunt

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

Start Hunting!

Translated by