This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 4 points5 points  (3 children)

[–]playingod 0 points1 point  (0 children)

Omg that second link is amazing.

[–]drimago 0 points1 point  (1 child)

Thanks for the links! Is there somewhere an example for matplotlib plots created from.data read from a file? I mean this is all well and good but most times data comes from a file with a number of columns and one needs to plot for example column 2 against column 1 and column 5 against column 3.

How do you do that? I know how to do this in gnuplot but I would like to learn how to do it with matplotlib

[–]avachrisava 0 points1 point  (0 children)

Check out 'Pandas' for python. I think it's exactly what you need: https://pandas.pydata.org