Why is my default plot() showing up with gradient colors on the lines?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Dominic Scalise
am 18 Apr. 2016
Beantwortet: Mike Garrity
am 19 Apr. 2016
I am running the plot() example directly from the matlab documentation, but my lines are showing up with gradient colors on them, instead of solid colors. Is there a default setting that I accidentally changed to make this happen?
x = 0:pi/100:2*pi; y = sin(x); figure plot(x,y)
0 Kommentare
Akzeptierte Antwort
Mike Garrity
am 19 Apr. 2016
That looks a lot like this issue. I think that was caused by a particular Windows driver for an Intel GPU. I don't remember the driver version number, but is this your configuration? If so, I would try one of the workarounds in that thread.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu 2-D and 3-D Plots finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!