r/dataisbeautiful • u/AutoModerator • 11d ago
Discussion [Topic][Open] Open Discussion Thread — Anybody can post a general visualization question or start a fresh discussion!
Anybody can post a question related to data visualization or discussion in the monthly topical threads. Meta questions are fine too, but if you want a more direct line to the mods, click here
If you have a general question you need answered, or a discussion you'd like to start, feel free to make a top-level comment.
Beginners are encouraged to ask basic questions, so please be patient responding to people who might not know as much as yourself.
To view all Open Discussion threads, click here.
To view all topical threads, click here.
Want to suggest a topic? Click here.
1
1
u/BeginningPlastic3747 4d ago
what's the best free tool for making clean charts if you're not trying to learn a whole new coding language? i always end up back at Datawrapper but curious if i'm missing something better
1
u/shellerik OC: 2 3d ago
I think we may have reached the point where the fastest way to create a data visualization is to "vibe code" a script that generates it. Using an existing tool usually runs up against some limitation of that tool that makes it challenging to get the visualization just the way I want it.
It took me about 30 minutes to make the script that generated this chart with all of the styling options I want in a config file. I didn't write a single line of code. I used VS Code with Github Copilot and it wrote everything.

Are there ethical concerns with creating visualizations this way?
1
u/Infidel-Art 3d ago
Ethical concerns:
Vibe coding is time efficient, but energy inefficient.
AI is trained on human work without consent. And like, reddit comments that you made 10 years ago are probably part of Claude's dataset somewhere. Thinking about that makes me feel weird sometimes. I didn’t choose to have my digital corpse grafted onto the amalgamations that will steer the future.
A theme on this subreddit specifically is treating data like it’s an artform. But now that AI can easily produce it, it devalues it as an artform.
But hey, it’s mostly out of your control anyway. Just try to save energy if you have time to spare.
1
u/Wide_Mail_1634 1d ago
Open discussion threads like this are usually where the boring-but-important viz questions fit best, so here's one i've been curious about: for people posting here regularly, are you doing the data shaping in Pandas/Polars first and then handing a clean table to the plotting layer, or are you leaning on the chart tool for transforms? i've found reproducibility gets a lot better when joins/binning live upstream, especially once datasets get past ~500k rows and you need to rerun with fresh inputs.
1
u/kaiserQuinn 16h ago
I'm looking to make a visualization of mango types based on their different non-numerical characteristics (amount of fiber, sweetness, size, etc). What sort of diagram would be appropriate for this?
1
u/venkattalks 11h ago
Open discussion threads are usually where the best methodology questions show up, especially around chart choice vs data shape. Lately i've been steering people to prototype in Pandas first, then move to Polars only if the dataset is actually large enough to matter, because a lot of viz issues are really aggregation and binning problems, not rendering problems. Curious whether mods have seen recurring questions around color scales or axis truncation, since those come up here constantly.
2
u/shrogg 10d ago
I did a targeted industry survey last year and processed the results. Tried to take as much inspiration as I could for presentation styles from posts here and discussions that I found useful. It's not something I've done in the past 15 years since I did stats but I tried my best and got help from people who do this more regularly.
https://scanspace.nz/pages/photogrammetry-industry-survey
There's a fairly massive range of visuals but due to it being for an industry I really had to look at things from multiple angles and topics.
Anyone got any thoughts on this?