Order legend and color scheme after rows not columns when using scatter(table, x, y)
3 ビュー (過去 30 日間)
古いコメントを表示
Question deleted!
0 件のコメント
採用された回答
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 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Color and Styling についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!