How to apply MarkerFaceColor in gplotmatrix?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi.
I'm trying to plot a set of matrices of size (16 x M). M changes, but 16 stays 16 (!). The gplotmatrix command does exactly what I need, except that I'm unhappy with the color specifications.
The 16 rows represent 16 groups, i.e. there is 1 point per group for each "subplot" in the gplotmatrix command. Since I want to keep track of which point is which across "subplots", they need to get some colors AND marker shapes.
Changing color and marker is no problem, BUT:
I want to use squares and circles as shapes, AND the colors need to be such that they are clearly visible, i.e. I want to fill the shapes with the repective colors. Strangely, I found no way to do this.
Adding 'MarkerFaceColor' to the input line of gplotmatrix gives an error ('too many input arguments').
Any ideas are highly appreciated.
1 comentario
yaewon lee
el 23 de Abr. de 2017
Editada: yaewon lee
el 23 de Abr. de 2017
i'm struggling with same problem and i found how to just fill the whole circles with a single color but.. i cannot find out coloring by group ...
Respuestas (0)
Ver también
Categorías
Más información sobre Subplots 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!