フィルターのクリア

Color distortion in drawing with plot

3 ビュー (過去 30 日間)
liao z
liao z 2022 年 2 月 12 日
コメント済み: Image Analyst 2022 年 2 月 14 日
In a Linux system, the version of MATLAB I use is 2015b. The pictures drawn with plot seem to have some wrong colors. I don't know why.
For simplicity, I used the pot function to compare with the MATLAB of the window system. As shown in the figure below, I used the plot (1:100, 'R') function to display a red straight line. After the image displayed in the Linux environment is enlarged, it is obvious that the color is distorted, the image seems to be rendered, and there are some stains around the line。
Thank you very much for reading my questions and looking forward to your suggestions

回答 (1 件)

Image Analyst
Image Analyst 2022 年 2 月 12 日
Looks like a renderer problem. I suggest you try different renderers. But a better suggestion would be to make that 7 year old dinosaur go extinct and upgrade to the latest version.
What does this say?
plot(1:10, 'r-');
ax = gca;
info = rendererinfo(ax)
opengl info
  9 件のコメント
liao z
liao z 2022 年 2 月 14 日
I can also choose painter as the renderer, but there is no change.:
Image Analyst
Image Analyst 2022 年 2 月 14 日
Well I can't see it but maybe if you zoom way in you can. It could come down to your graphics card adapters. Try updating your drivers.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeGraphics Performance についてさらに検索

製品


リリース

R2015b

Community Treasure Hunt

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

Start Hunting!

Translated by