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!