Ask HN: Do you create data visualizations often?

4 points by andrewrn 8 hours ago

Does anyone else find styling charts in excel/gsheets to be really repetitive? Adding trendline, changing symbol shapes, adding gridlines, etc involves sifting through a ton of menus.

Seaborn/matplotlib helps but its still a lot of friction. I am considering making a tool to make it easier and curious if something like this would be useful for others.

otsaloma 8 hours ago

I used to hate matplotlib because of its awful API and awful API documentation. These days I just ask an LLM "add thousand separators on the y-axis", "add a vertical line ar zero" etc. and now I never need to look at the API documentation and it feels somewhat tolerable.

LLMs feel to me a nice fit here because there's just so much users might want to do with the chart styling. Past approaches that I've seen offer some kind of "quick selections" of common stuff and while they can help you get started, they quickly become annoying when you need to add some final tweaks not covered by the tool/API/whatever.

PaulHoule 8 hours ago

I think there's an opportunity there.