Why does my line plot in MATLAB show a color gradient of black, green, and red?

1 vue (au cours des 30 derniers jours)
As seen in the attached image, I am trying to create a line plot with a particular color but it is displayed with a color gradient, predominantly of black, green, and red. This happens even if the default Color property is overridden. How can this be fixed?

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 15 Avr 2016
This behavior is a known issue with certain Intel drivers. It has been addressed in the recent 4380 driver. There are two workarounds:
1) Use the OpenGL hardware basic mode
opengl hardwarebasic
2) Disable the align vertex centers property of the line
h=line(1:10);
h.AlignVertexCenters='off';
  1 commentaire
Image Analyst
Image Analyst le 14 Avr 2016
How about making it easy for us by providing a link to the "recent 4380 driver"?

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Graphics Performance dans Help Center et File Exchange

Produits


Version

R2016a

Community Treasure Hunt

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

Start Hunting!

Translated by