Can you do a plot a hundred times with a hundred different datasets with these templates? Without having to apply such template to each file, just pointing to the folder with them…
To me that’s the whole point of programming, you can automatically do a thing and it doesn’t matter if it took an hour to write the code. Once you have it, you point it to the folder with all datasets, iterate over while you drink a coffee and then you have the hundreds of plots.
Did anyone read the grammar of graphics paper from Hadley Wickham? I kind of enjoyed it a lot, and got to know what’s the power source really. I’m amazed so many software libraries came to reinvent compossibility in such unergonomic ways… But it’s nice to have options.
I think I might prefer base R over matplotlib though… :p