| Author |
Comment/Response |
Aleksandar Rachkov
|
06/09/12 10:07am
I am using Wolfram Mathematica 7.0 and am trying to plot a data set.
When I use ListPlot (fdust is the name of the data set I am using):
ListPlot[Transpose[{Transpose[fdust][[1]], Transpose[fdust][[2]]}]]
I get a nice scattering of the points
But when I try to do a linear fit, Mathematica does not connect all the points
ListPlot[Transpose[{Transpose[fdust][[1]], Transpose[fdust][[2]]}],
Joined -> True]
I have attached an image to this post of what I get.
Why am I getting this and how can I correct it?
Thank you for the help in advance.
Attachment: listplotproblem.png, URL: , |
|