I use #6371 and it’s working fine.
My .csv looks like that:
Name1,146,73972,2015/08/30/00
Name1,148,23764,2015/08/30/00
Name1,144,10564,2015/08/30/00
Name2,218,1959,2015/08/30/00
Name2,144,540,2015/08/30/00
Name3,66,516,2015/08/30/00
Name1,146,51782,2015/08/30/01
Name1,148,22306,2015/08/30/01
Name1,144,8910,2015/08/30/01
Name2,218,1522,2015/08/30/01
Name2,144,733,2015/08/30/01
Name3,66,314,2015/08/30/01
Each column means
Name,error,quantity,date (YYYY/MM/DD/HH)
I need:
Put the date column in axisx
Put the error column like legend in axisy2
Put the name column like legend
Thanks in advance for your help