Graph data series with colors

1 次查看(过去 30 天)
ignacio bobadilla tapia
回答: Chunru 2021-7-28
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.

回答(1 个)

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

类别

Help CenterFile Exchange 中查找有关 Annotations 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by