So I finally put my laziness aside and returned to the gym. Now I want to do a spreadsheet to track my progress:
I got a series of gym machines, for each machine I have the following data: repetitions, weight and an “index” of my progress based on repetitions x weight.
So below the current status of this data, I have an history. For each machine I save the date I started that weight, the current weight and the index.
Then I created a graph for this. Each line of the graph is one of the machines and the index is the plot.
The graph worked fine, but each value is equally distributed in the x axis. I would like that the X axis represented the dates I changed weights so I can see if I took longer to advance after a certain weight.
I tried to set categories, but AFAIU categories are for all series. I can’t set a categories list per-series.
How could I do this ? I have included my spreadsheet, feel free to edit it. It’s in portuguese but is self-explanatory.
Any help appreciated. Thanks
Academia.ods (51.5 KB)