I’ve data in a csv file with the following format :
start;duration
1;4
7;3
15;2
that’s means we have 3 tasks, the first start at 1 and takes 4 seconds (so it end at 5), the second start a 7 and takes 3 second (soo ended at 10) and the last starts at 15 and take 2 seconds
How to reprensent these information in a graph which look like this

You could obviously put in more descriptive labels for ylab and xlab in the plot call but this is what you get with that minimal example: