Missing text objects when exporting graphics in R2022b
8 ビュー (過去 30 日間)
古いコメントを表示
Since upgrading to R2022b, I've repeatedly run into an inssue in which text objects, legends, titles, etc do not get printed, or their position is shifted significantly when I export graphics via exportgraphics or export_fig. I'm trying to find some sort of rhyme or reason, but the problem seems somewhat inconsistent. It may only occur with OpenGL, but I'm not entirely sure.
Is this a known problem? Is there a known fix?
I'm using a MacOS Monterey 12.6.1.
4 件のコメント
Torben Ellegaard Lund
2024 年 8 月 29 日
I had the same problem with R2022b but have just updated to R2024a, and the problem has gone.
回答 (1 件)
Manas Shukla
2022 年 11 月 15 日
This issue can be mapped to the graphics drivers. The issue can be resolved by trying the following:
- Updating the driver.
- Switching to 'software' or 'hardwarebasic' opengl. The limitations of using the above settings can be found in this link: https://www.mathworks.com/help/matlab/ref/opengl.html?searchHighlight=opengl%20version&s_tid=doc_srchtitle#buwqhi1-8
2 件のコメント
参考
カテゴリ
Help Center および File Exchange で Labels and Annotations についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!