Message Boards Message Boards

0
|
2927 Views
|
2 Replies
|
2 Total Likes
View groups...
Share
Share this post:

Errors from ListPlot of imported data?

Posted 3 years ago

enter image description here enter image description here enter image description here

I have a simple .txt file with a lot of data having both negative and +ve values of coordinate. The data is basically potential distribution w.r.t z-axis in space. How to deal with this error. I have also used the ListLinePlot, which has the same errors.

Attachments:
2 Replies
Posted 3 years ago

Please post code, not images. MatrixForm is for presentation only, it is not computable.

data = Import["~/Downloads/Potential_w.r.t_Z-Axis.txt", "Data"]
(d1 = data[[All, {3, 4}]]) // MatrixForm

ListPlot@d1

enter image description here

POSTED BY: Rohit Namjoshi

Next time I will keep it in mind. Thank you so much.

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard

Group Abstract Group Abstract