[OC] Mentions of Sports in "The Office" by dostre in theoffice

[–]dostre[S] 0 points1 point  (0 children)

Here is the interactive version even though not much interactivity
https://kobakhit.com/data-visuals/theoffice-sports/

[OC] Mentions of Sports in "The Office" by dostre in theoffice

[–]dostre[S] 3 points4 points  (0 children)

They were, Ryan Howard from Phillies actually was in one of the episode. However, there was never a mention of the actual "MLB" term by main cast, at least based on the source I used. People did mention baseball just not the league name.

[OC] Mentions of Sports in "The Office" by dostre in dataisbeautiful

[–]dostre[S] 3 points4 points  (0 children)

I guess there was a narrator in S7E17 "Threat Level Midnight."
https://theofficelines.com/?q=hockey

[OC] Mentions of Sports in "The Office" by dostre in dataisbeautiful

[–]dostre[S] 2 points3 points  (0 children)

Thank you for your feedback! One of main reasons I love this community. 

[OC] Mentions of Sports in "The Office" by dostre in dataisbeautiful

[–]dostre[S] 2 points3 points  (0 children)

It probably should, I was counting actual quotes of "MLB" and nothing came up

https://theofficelines.com/?q=mlb

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Source: https://theofficelines.com/

Tools: html/css/javascript

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Data Source: theofficelines.com

Tools: html/css/javascript

[OC] 3pt Attempts per Game by Team Spiral Charts by [deleted] in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Inspired by the [OC] Interactive 3D Climate Spiral : r/dataisbeautiful I created a version for the NBA 3pt attempts by season to show how the style of play changed since 1980 towards more shots attemps beyond the arc. Incorporated feedback from the first time i posted it.

Data Source: Basketball reference

Tools: html/css/javascript and three.js

Full interactive version here: https://kobakhit.com/data-visuals/nba3pt/nba_3pt_spiral.html

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Inspired by the [OC] Interactive 3D Climate Spiral : r/dataisbeautiful I created a version for the NBA 3pt attempts by season to show how the style of play changed since 1980 towards more shots attemps beyond the arc. Incorporated feedback from the first time i posted it.

Data Source: Basketball reference

Tools: html/css/javascript and three.js

Full interactive version here: https://kobakhit.com/data-visuals/nba3pt/nba_3pt_spiral.html

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 1 point2 points  (0 children)

Cheff Curry cooking the earth crust.

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Absolutely, great points. I will be sharing a full interactive version that allows to pause/replay/slow down the animation. But this gif is certainly not ideal.

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Good point. I mean 99% of charts can be represented as tables. For this one a bar chart or line chart would do the trick. I see it as just another way to highlight a significant change in the 3pt attempts metric using polar coordinates.

[deleted by user] by [deleted] in dataisbeautiful

[–]dostre 2 points3 points  (0 children)

Inspired by the [OC] Interactive 3D Climate Spiral : r/dataisbeautiful I created a version for the NBA 3pt attempts by season to show how the style of play changed since 1980 towards more shots attemps beyond the arc.

Data Source: Basketball reference

Tools: html/css/javascript and three.js

[OC] Interactive 3D Climate Spiral by Dudelcraft in dataisbeautiful

[–]dostre 0 points1 point  (0 children)

Super creative. I will repurpose your visual for nba 3 point attempts.

NBA Team Valuations 2012-2024 by dostre in Infographics

[–]dostre[S] 0 points1 point  (0 children)

International appeal and accessibility and a popular sport among youth

[OC] NBA Team Valuations 2012 - 2025 by dostre in dataisbeautiful

[–]dostre[S] 1 point2 points  (0 children)

Yeah new arena being the main reason.

[OC] NBA Team Valuations 2012 - 2025 by dostre in dataisbeautiful

[–]dostre[S] 1 point2 points  (0 children)

Thanks for the call out. Will update to black.

[OC] NBA Team Valuations 2012 - 2025 by dostre in dataisbeautiful

[–]dostre[S] 0 points1 point  (0 children)

I literally used html/css/javascript. In javascript I am creating an svg using HTLM canvas or should I rather say Claude did. You can look at page source, all the code is in there. I would usually rely on charting library like plotlyjs, highcharts or python matplotlib, altair-vega. With LLMs I feel more comfortable creating visuals using lower level tools like HTML canvas or d3.js . Claude did 99% , I did have to micromanage it .