Graph data series with colors

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일

0 개 추천

load data.txt
scatter(data(:,1), data(:,2), [], data(:,3), 'filled'); colorbar;

카테고리

도움말 센터File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

질문:

ibt
2021년 7월 27일

답변:

2021년 7월 28일

Community Treasure Hunt

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

Start Hunting!

Translated by