Brush: How can I change the font color of the displayed X and Y range?

조회 수: 5 (최근 30일)
In my App in App Designer the background color of the figures is black. Therefore the displayed X and Y ranges (highlighted in yellow in the image above) should have white as font color. It is possible to change this font color?
  댓글 수: 1
Hans-Juergen Nitzpon
Hans-Juergen Nitzpon 2024년 6월 6일
This does not solve my problem. When "brush" is activated, I select a range (red rectangle) by left mouse click and moving over the data points. Below the rectangle, the X and Y ranges of ths rectangle is displayed. The font color is black. Because I have figures with black background, I need white font color. It's about figures in an App in Matlab App Designer. Therefore I need code to solve the problem.

댓글을 달려면 로그인하십시오.

답변 (1개)

Alan Stevens
Alan Stevens 2024년 6월 5일
Select the Property Inspector, select the text, choose a color.
(The following code is just to get the image uploaded)
I=imread('TextColor.png');
imshow(I)

카테고리

Help CenterFile Exchange에서 Interactive Control and Callbacks에 대해 자세히 알아보기

태그

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by