Azzera filtri
Azzera filtri

Graph data series with colors

2 visualizzazioni (ultimi 30 giorni)
ignacio bobadilla tapia
ignacio bobadilla tapia il 27 Lug 2021
Risposto: Chunru il 28 Lug 2021
Along with say hello, I am attaching a .txt, where the first column is the X axis, the second column is the Y axis, and the third column represents the magnitude.
What I need is a 2D graph of X vs Y, and with a colorbar (color scale) that represents the magnitude of the third column.
Thanks greetings.

Risposte (1)

Chunru
Chunru il 28 Lug 2021
load data.txt
scatter(data(:,1), data(:,2), [], data(:,3), 'filled'); colorbar;

Community Treasure Hunt

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

Start Hunting!

Translated by