Borrar filtros
Borrar filtros

How to increase font size confusionchart plot

16 visualizaciones (últimos 30 días)
Devendra
Devendra el 4 de Jul. de 2023
Comentada: Devendra el 4 de Jul. de 2023
I am using following MATLAB lines to draw confusion chart
cm = confusionchart(Z,ZZ,'RowSummary','row-normalized','ColumnSummary','column-normalized');
cm.FontSize = 18;
cm.Title = 'Confusion matrix';
This fontsize increases the size of overall confusionchart barring right hand side separated row matrix.
Please suggest me how to do it for all parts of confusion chart.
Devendra
  2 comentarios
Image Analyst
Image Analyst el 4 de Jul. de 2023
Editada: Image Analyst el 4 de Jul. de 2023
Post Z and ZZ so we can run your code. Or at least post a screenshot.
For what it's worth, I'm attaching a demo for how to change various parts of a plot separately.
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
Devendra
Devendra el 4 de Jul. de 2023
Z ZZ
2 1
1 2
2 2
2 3
2 2
1 2
1 3
2 2
2 2
3 2
2 2
2 2
2 2
2 2
2 2
2 1
2 2
2 2
1 2
3 2
2 2
3 1
2 2
2 2
2 2
2 2
2 2
2 2
2 2
2 2
1 2
3 2
2 2
3 2
2 2
2 2
2 2
1 2
2 2
2 2
2 2
2 2
2 2
3 2
3 3
3 2
2 2
2 2
2 2
2 2
2 2
2 2
3 2
3 2
2 2
3 3
3 2
2 2
2 2
2 3
2 2
1 2
2 2
2 2
2 2

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Sequence and Numeric Feature Data Workflows 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!

Translated by