Plot legend - cyrilic?
조회 수: 2 (최근 30일)
이전 댓글 표시
I need to make cyrilic legend in Matlab plot. I am doing it with:
legend({'прва.'}, 'Fontname','Times new roman', 'FontSize', 16);
It is nice font, but when I export my plot in eps and use it in Latex, it is not nice font anymore.
If I do it with
legend({'прва.'}, 'Interpreter', 'LaTeX', 'FontSize', 16);
it will be the not nice font in both, Matlab and Latex.
Also, Italic command does not work with cyrilic in plot legend.
What should I do to make nice plot and nice font for cyrilic in Latex?
댓글 수: 0
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Legend에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!