Blurry text when using text function

2 次查看(过去 30 天)
When using the text command to generate a custom legend, the text is extremely blurry:
Capture.PNG
Here's the code I used to generate this text:
text(1362.74, 100, {'{\bf Confidence legend}', ...
'{\color[rgb]{0.47, 0.67, 0.19} High confidence}', ...
'{\color[rgb]{0.3, 0.75, 0.93} Medium confidence}', ...
'{\color[rgb]{0.64, 0.08, 0.18} Low confidence}', ...
'{\color{black} No confidence (white)}'}, 'EdgeColor', 'k')
Is there a way to make the text clearer? I'm using R2019b, but I've had this problem with R2019a as well.

回答(1 个)

Gaurav Garg
Gaurav Garg 2019-8-5
Hi,
The following could be the possible reasons for blurry text:
  1. Graphics drivers
  2. Screen Resolution
Possible Solutions/Workarounds:
  1. Change the application’s high-DPI scaling mode:
1.1) Right Click on “MATLAB” icon, select “Properties” -> “Compatibility” -> “Change high DPI settings”.
1.2) In the High DPI scaling override area, select Override high DPI scaling behavior, and then try one of the following options:
1.2.1) Application – Disable all Windows scaling settings and only use the app developer's setting. This option was called Disable display scaling on high DPI settings in previous versions of Windows.
1.2.2) System – Overrides the program’s DPI settings and makes it run like it would on a low-DPI display. On a high-DPI display, this will make the program appear blurry.
1.2.3) System (Enhanced) – Windows will try to use enhanced DPI scaling for this program. As a result, some programs will display with crisp text on high-DPI displays. This won't work for all programs.
2. Alternatively, you can also fix scaling for apps in Settings and scale the size between 100% - 500%.
  1 个评论
Harry Williams
Harry Williams 2019-8-7
Thank you for your help Gaurav.
I tried the steps you suggested, and the text is still blurry. After each step I restarted MATLAB but didn't restart my computer.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Legend 的更多信息

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by