Missing text objects when exporting graphics in R2022b
Mostra commenti meno recenti
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 Commenti
Ben Henley
il 19 Gen 2023
I'm getting the same problem as @Chad Greene on R2022b, MacOS Monterey 12.6 using export_fig. @Manas Shukla can you please provide an update? Thanks!
Hannes Helmholz
il 3 Mag 2024
I expirience the same on R2023a, MacOS 13.6.6, Intel Iris Plus Graphics 650, using text() annotations and exportgraphics(). The rest of the figure exports just fine as far as I'm concerned.
Torben Ellegaard Lund
il 29 Ago 2024
I had the same problem with R2022b but have just updated to R2024a, and the problem has gone.
Torben Ellegaard Lund
il 29 Ago 2024
Forgot to say I am on MacOS Big Sur version 11.7.3
Risposte (1)
Manas Shukla
il 15 Nov 2022
0 voti
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 Commenti
Chad Greene
il 17 Nov 2022
Hannes Helmholz
il 3 Mag 2024
Same behaviour for me. Neither option provides a solution.
Categorie
Scopri di più su Printing and Saving in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!