How to change the color of the axes graph numbers?
4 ビュー (過去 30 日間)
古いコメントを表示
Erwin Avendaño
2017 年 11 月 10 日
コメント済み: Walter Roberson
2017 年 11 月 11 日
I mean the numbers that are outside the graph. How can I change the color?
0 件のコメント
採用された回答
Walter Roberson
2017 年 11 月 10 日
If it is acceptable to change the line color as well as the numbers, then change the axes numeric ruler Color property: https://www.mathworks.com/help/matlab/ref/matlab.graphics.axis.decorator.numericruler-properties.html#property_d119e713466
Otherwise, you will need to set the axes *TickLabel property to a cell array of character vectors in which each label uses tex or latex color specifications to color that one label. See https://www.mathworks.com/matlabcentral/answers/278997-matlab-label-with-different-colors-on-the-string-using-latex-interpreter
4 件のコメント
Walter Roberson
2017 年 11 月 11 日
The technique did work: I proved that with the above example. It is possible that your implementation did not work, in which case you should have posted your implementation and asked questions.
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!