Order legend and color scheme after rows not columns when using scatter(table, x, y)
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Jarne Mölbitz
el 20 de Mzo. de 2023
Editada: Jarne Mölbitz
el 25 de Abr. de 2023
Question deleted!
0 comentarios
Respuesta aceptada
Cris LaPierre
el 20 de Mzo. de 2023
Editada: Cris LaPierre
el 20 de Mzo. de 2023
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Colormaps en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!