フィルターのクリア

Plot is pixelated, graphics smoothing and opengl not helping

33 ビュー (過去 30 日間)
Angela Taylor
Angela Taylor 2019 年 9 月 18 日
回答済み: Saket Chirania 2020 年 6 月 9 日
I am trying to plot a figure and all of the lines are pixelated. I found the example on graphics smoothing here:
>> set(gcf,'GraphicsSmoothing','on')
did not change the lines at all, they were still pixelated. I have also tried
>> opengl software
to no avail. Ideas?

回答 (1 件)

Saket Chirania
Saket Chirania 2020 年 6 月 9 日
Hi Angela,
Software OpenGL does not support some graphics features, such as graphics smoothing. In some cases, MATLAB automatically switches to software OpenGL, for example, if it detects known issues such as outdated drivers or graphics virtualization. You can try updating your graphics driver which might help to resolve to such issues.
If you saved a setting to always start MATLAB with software OpenGL, then after updating your drivers, you can revert that setting by executing
opengl('save','hardware')
Then restart MATLAB.

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by