my plot does not show the line for certain areas. Any idea what the problem is?

4 件のコメント

KSSV
KSSV 2020 年 10 月 20 日
May be they are NaN's. Check the data.
nnz(isnan(data))
Wht does it give?
steffen seligmann
steffen seligmann 2020 年 10 月 20 日
none of them is
your command prints out 0.
steffen seligmann
steffen seligmann 2020 年 10 月 20 日
if i zoom in it shows the line for some reason
Ameer Hamza
Ameer Hamza 2020 年 10 月 20 日
Can you attach the data in a .mat file?

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

 採用された回答

Star Strider
Star Strider 2020 年 10 月 20 日

0 投票

There may be some problem with the graphics rendering. See if an update to your graphics driver is available.
Otherwise, adding:
'LineWidth',1.5
to your plot call might be a work-around.

4 件のコメント

steffen seligmann
steffen seligmann 2020 年 10 月 20 日
i have tried the linewidth before which did not fix the problem. But it seems u right that sth is wrong with the displaying. Once i saved the picture as pdf the line showed properly in that document.
Very sorry to bother u guys and thanks for the help. Its working that way which is good enough for me.
Star Strider
Star Strider 2020 年 10 月 20 日
No worries!
I am happy this worked for you.
Ameer Hamza
Ameer Hamza 2020 年 10 月 20 日
@steffen, Try
opengl software
Maybe it will fix issues with the graphics rendering.
steffen seligmann
steffen seligmann 2020 年 10 月 20 日
@ameer, i think that actually worked. Thanks!

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

その他の回答 (1 件)

Fangjun Jiang
Fangjun Jiang 2020 年 10 月 20 日

0 投票

Might it contain nan?
plot([1:3,nan,nan,4:6])

1 件のコメント

steffen seligmann
steffen seligmann 2020 年 10 月 20 日
i commented above since u both suggest the same problem

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

カテゴリ

ヘルプ センター および File ExchangeGraphics Performance についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by