Does anyone know where the image is from? I know I’ve seen the movie or whatever it is but just can’t remember.
Yeah, it is! I thought it might be but felt it was something else with a similar style. Big fan of this kind of caricature stop-motion style.
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
It me, but excel is the bad option and plotly is the good option.
You’ll get used to it and it will only take a couple of minutes. And I honestly believe nothing comes close to ggplot2 in terms of quality, and I don’t use R for anything else.
Plots are typical composed, and when writing a paper (I insert them mostly into TeX publications) I do find the quality of the resulting plot is just so much more refined.
Seaborn is indeed closer and was definitely inspired by ggplot2 in some areas, but IMHO, it’s still not 100% there visually. I’m very much a Python user and would love it to be, but when I’m, let’s say, publishing a book, I’d always go back to ggplot2 - when preparing a paper for a lab class, seaborn is probably fine.
Yeah but once you’ve done it once in R you can just dump your data again, update the theme and boom, done again.
Also 30 minutes? maybe 3.
You can save template in Excel too.
I know Excel is wonky sometimes and it is from Microsoft, so it comes with a whole lot of bullshit around it, but in terms of available features it is quite solid nowadays.
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.