Can you post your input data, or a simplified example that shows the same behaviour so that we can try stuff out? Also, it's easier to copy and paste code from posts if you format it as code; you can insert code with the leftmost button on the little toolbar just above the area where you post your text.
If ListLinePlot
works for your data, then I assume that your data is really just a long list of (x,y) pairs of numbers; is that correct? In this case, how and why does Plot
return anything at all, considering Plot
only plots functions? Did you do anything else to your data between the Import
and the Plot
?