Ask HN: Is coding visualizations supposed to be this hard? I’ve used experience both Python and R for years, in multiple jobs, and still, whenever I need to make a visualization that’s anything more complicated than a single-panel bar/scatter/etc plot, it takes tons of trial-and-error to get what I want. This is in contrast to my experience coding in general, where I build things out, have some tests, and use the little bits of libraries that I need. Visualizations seem like a whole other beast, and are incredibly frustrating given how simple it seems to want to just “move this title over there!”, or “swap the order of these bars on all the facets!”. On a related note, is data analysis in Python just generally supposed to be more of a hassle than in R? I like Python for general coding, but sometimes pandas feels like pulling teeth. |