How to fix rendering issue in AppDesigner axes?
4 次查看(过去 30 天)
显示 更早的评论
Folks,
I am trying to use:
set(0,'DefaultFigureRenderer','opengl')
to fix an issue I have in AppDesigner. The axes legend shows a dashed line as a corrupted version half way between continuous and dashed. I have tried that above set command in the startupFcn(app) function with painters and zbuffer, but to no avail. 80% of the time the figure is created, this happens. The other 20% of the fime the correct dashed line appears in the legend. Same exact line is being drawn in these tests. It seems like a race issue. Can anyone help? 2020a
Thanks,
Kris
4 个评论
Eric Delgado
2022-10-14
Can you put in here the answer for those two commands?
system('winver')
opengl info
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Graphics Performance 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!