Why does MarkerFaceColor in Figure look like crinkled aluminum foil rather than a single color?

2 Ansichten (letzte 30 Tage)
Attached is a Figure with 40-50 data points showing the value of D at specific values of x and y. MarkerSize and MarkerFaceColor are controlled by two LUT's so that small values of D give small spots colored blue and large values of D have large spots colored red. Until recently, the code behaved as expected, each marker having one color. Now the markers have weird radial streaks ("crinkles"). Any suggestions on where the crinkles in MarkerFaceColor might be coming from? The colormap is 'jet', but changing the colormap did not solve the problem. Thank you for your help.
  4 Kommentare
Greg
Greg am 27 Mai 2018
Both (.fig and .pdf) look fine here. Graphics driver, openGL, or resolution setting problems?
george. holzwarth
george. holzwarth am 29 Mai 2018
Thanks, Image Analyst and Greg, for your suggestions. Greg's suggestion to look at openGL issues was on target. I found a Matlab memo "Resolving Low-Level Graphics Issues" to be helpful on details on how to change from the original setting (hardware-accelerated OpenGL) to Basic hardware-accelerated OpenGL. Upgrading graphics driver was not needed. Perhaps R2018a reset this from its previous setting in R2017a on this computer. GH

Melden Sie sich an, um zu kommentieren.

Antworten (1)

george. holzwarth
george. holzwarth am 29 Mai 2018
Problem was solved by changing the OpenGL Implementation from "Hardware-accelerated OpenGL" to "Basic hardware-accelerated OpenGL". Glen suggested looking into this topic. See Matlab website memo "Resolving Low-Level Graphics Issues" for details on how to make the switch. GH

Kategorien

Mehr zu Graphics Performance finden Sie in Help Center und File Exchange

Produkte


Version

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by