this post was submitted on 21 Nov 2025
773 points (98.1% liked)

Programmer Humor

27444 readers
1539 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] snooggums@piefed.world 3 points 1 day ago (1 children)

All of the examples of bad pie charts are completely different than a pie chart viewed straight on with only two values. You know, the thing pie charts are perfect for.

[–] merc@sh.itjust.works -1 points 1 day ago (1 children)

With only 2 values? Why would you want that? And what makes you believe they're as good as a bar chart for that?

[–] Quill7513@slrpnk.net 2 points 20 hours ago (1 children)

why would you use a bar chart to display a proportion?

[–] merc@sh.itjust.works 0 points 17 hours ago (1 children)

Because it's easier for humans to read?

[–] Quill7513@slrpnk.net 1 points 15 hours ago (1 children)

i'm not convinced that's true though. bar graphs are best for visualizing a simplification of an aggregate set and comparing it against a related aggregate set. that doesn't sound like a good way to visualize a proportion. much better to display a whole broken down into the componets of that whole.

[–] merc@sh.itjust.works 0 points 15 hours ago (1 children)

i'm not convinced that's true though.

Ok, well the people I linked to have done actual usability studies to back up their claims. But, you have a feeling?

[–] Quill7513@slrpnk.net 1 points 15 hours ago* (last edited 15 hours ago) (1 children)

i read them and am not refuting them. the conversation is about bad and good situations for pie charts. we're talking about a scenario in which what is being compared is two proportions. a scenario in which the articles you linked said a pie chart is a reasonable visualization

[–] merc@sh.itjust.works 1 points 9 hours ago

Reasonable, but not as good as a simple bar chart.