Order legend and color scheme after rows not columns when using scatter(table, x, y)

3 ビュー (過去 30 日間)
Question deleted!

採用された回答

Cris LaPierre
Cris LaPierre 2023 年 3 月 20 日
編集済み: Cris LaPierre 2023 年 3 月 20 日
Look into gscatter, using either another variable (column A?) or the rownames as your grouping variable.
load carsmall
gscatter(Displacement,Horsepower,Model_Year)
If you attach your table to your post, then others can test a solution.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeColor and Styling についてさらに検索

製品


リリース

R2022b

Community Treasure Hunt

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

Start Hunting!

Translated by