Problems set transparency not supported with software OpenGL histogram2

3 ビュー (過去 30 日間)
Alberto Mora
Alberto Mora 2018 年 6 月 4 日
回答済み: Walter Roberson 2018 年 6 月 4 日
When I try to modify the transparecy of a histogram2 using FaceAlpha, Matlab (2017a accademic licence) return the warning:
Warning: Transparency is not supported with software OpenGL renderer.
Consider setting figure renderer to 'painters'.
I do not understand the warning. How do I set properly the transparency?

回答 (1 件)

Walter Roberson
Walter Roberson 2018 年 6 月 4 日
set(gcf, 'Renderer', 'painters')

カテゴリ

Help Center および File ExchangeLighting, Transparency, and Shading についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by