I am trying to read one input file of below format. Where Col[1]
is x axis and Col[2]
is y axis and col[3]
is some name. I need to plot multiple line graphs for separate names of col[3]
. Eg: Name sd
with x,y
values will have one line graph and name gg
with relative x,y
values will have another line graph. All in one output image but separate graphs. Is it possible with Python Matplotlib ? Pls do redirect me to any example. I have already checked couldn't find any.
akdj 12:00 34515 sd
sgqv 13:00 34626 sd
dfbb 13:00 14215 gg
ajdf 13:30 14224 gg
dsfb 13:45 25672 FW
sfhh 14:00 85597 ad
Thanks for valuable suggestions