Viewing a single comment thread. View all comments

flabberghaster OP wrote

Yeah my first idea is literally just find all the file sizes and time stamps, sort by time stamp, then have a running total of the size. Then make a scatter plot with the X axis as the time and the Y axis as the total size.

2

flabberghaster OP wrote

This has a few errors in it (i called it % full when it's actually not scaled to 100, for starters) but it gives me an idea of what rate it's growing at so that's something.

Graph

Still I'd like it to look nicer.

2

victoria wrote (edited )

I did this with last.fm api data a few years ago (here) and it looks about the same tbh

It’s not great, but i coildny really think of a better way of visualizing it and it was just an afternoons worth of work, so i think im ok with it

3