Borrar filtros
Borrar filtros

Problems set transparency not supported with software OpenGL histogram2

4 visualizaciones (últimos 30 días)
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?

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de Jun. de 2018
set(gcf, 'Renderer', 'painters')

Categorías

Más información sobre Histograms en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by