I just started to work with Gnu Plot and i created a few simple plots. But now i have a new problem.
The input is a csv-file like this:
name;n0;n1;n2
Benj;1;3;2
Silv;6;1;2
Steffi;3;2;2
The count of the columns and the count of the rows is dynamic. So this is also a valid input file:
name;n0;n1;n2;n3;n4
Benj;2;2;3;2;1
I like to have a graph like this (input is the first csv):
I played around with some Gnu Plot files which i created before, but i always just got something totally different.
Maybe someone has a hint or something to help me?
Thank you very much,
Best regards Kevin