Plot not showing line fully
Show older comments
my plot does not show the line for certain areas. Any idea what the problem is?

4 Comments
KSSV
on 20 Oct 2020
May be they are NaN's. Check the data.
nnz(isnan(data))
Wht does it give?
steffen seligmann
on 20 Oct 2020
steffen seligmann
on 20 Oct 2020
Ameer Hamza
on 20 Oct 2020
Can you attach the data in a .mat file?
Accepted Answer
More Answers (1)
Fangjun Jiang
on 20 Oct 2020
Might it contain nan?
plot([1:3,nan,nan,4:6])
1 Comment
steffen seligmann
on 20 Oct 2020
Categories
Find more on Graphics Performance in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!