Is it possible to use GraphicsSmoothing for lines and not for the figure box?
이전 댓글 표시
I see the benefits of having graphics smoothing option, available now since 2014 versions. However, I noticed that the smoothing is applied to all the elements in the figure. Is it possible to switch on the smoothing for the plotted lines, while switching it off when generating the figure's axis lines and box?
I have generated two examples, with and without smoothing.
WITH SMOOTHING ON: <<

>>
SMOOTHING OFF: <<

I would like to have the generated figure as in the WithSmoothing case. But also the axes lines and figure box as in NoSmoothing case, where they appear very sharp and thin. I also would like to set this new configuration as default in my Matlab session.
Note: To switch on/off the smoothing option I use the following command lines: set(groot,'DefaultFigureGraphicsSmoothing','off'); or set(groot,'DefaultFigureGraphicsSmoothing','on');
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Creating, Deleting, and Querying Graphics Objects에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

