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

조회 수: 7 (최근 30일)
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
Greg
Greg 2018년 5월 27일
Both (.fig and .pdf) look fine here. Graphics driver, openGL, or resolution setting problems?
george. holzwarth
george. holzwarth 2018년 5월 29일
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

댓글을 달려면 로그인하십시오.

답변 (1개)

george. holzwarth
george. holzwarth 2018년 5월 29일
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

카테고리

Help CenterFile Exchange에서 Graphics Performance에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by