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

2 visualizzazioni (ultimi 30 giorni)
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 Commenti
Greg
Greg il 27 Mag 2018
Both (.fig and .pdf) look fine here. Graphics driver, openGL, or resolution setting problems?
george. holzwarth
george. holzwarth il 29 Mag 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

Accedi per commentare.

Risposte (1)

george. holzwarth
george. holzwarth il 29 Mag 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

Categorie

Scopri di più su Graphics Performance in Help Center e File Exchange

Prodotti


Release

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by