2D scatter plot with Z-value in color

Hi all,
It’s a basic question but I struggle to find the answer on the Internet...
I have a matrix with x,y and z colum, representing the c-coordinate, the y-coordinate and depth (z).
I’d like to plot (x,y) but that those points show a colorscale depending on the depth value (just the point colors I don’t want an interpolation).
Can somebody help me please?

1 commentaire

Caoimhe Madine
Caoimhe Madine le 31 Mar 2020
Would anyone be able to tell me how to do this but then interpolate the colours?

Connectez-vous pour commenter.

 Réponse acceptée

Walter Roberson
Walter Roberson le 30 Juil 2013
pointsize = 10;
scatter(x, y, pointsize, z);

10 commentaires

Saskia
Saskia le 31 Juil 2013
Great thanks! Do you know how I can set full points and not just the border?
Saskia
Saskia le 31 Juil 2013
OOuupsss got it.
Thanks again!
Bilel Njeh
Bilel Njeh le 20 Nov 2018
thanks!
madhan ravi
madhan ravi le 1 Jan 2019
Carlos Noton's response:
Thank you!
alberto caracciolo
alberto caracciolo le 25 Sep 2019
Thank you.
I managed to color the points (with the default color scheme) according to a third variable. However, how can I change the colour scheme? And ho can I get a legend with a color bar?
Cheers
Trent Simonetti
Trent Simonetti le 25 Sep 2019
Is there a possibilty of getting this visualization with a color bar?
alberto caracciolo
alberto caracciolo le 26 Sep 2019
Yeah, that is basically my same question!
Emirhan Solmaz
Emirhan Solmaz le 27 Sep 2019
Hi. Could you tell me how you did color gradient with z value?
Not sure if you still need the color bar:
cb = colorbar();
zhou weiyan
zhou weiyan le 3 Août 2022
Thank you!

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Discrete Data Plots dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by