Clear Filters
Clear Filters

How to increase font size confusionchart plot

16 views (last 30 days)
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 Comments
Image Analyst
Image Analyst on 4 Jul 2023
Edited: Image Analyst on 4 Jul 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 on 4 Jul 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

Sign in to comment.

Answers (0)

Categories

Find more on Sequence and Numeric Feature Data Workflows in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!