Learning D3 can be daunting. Some of the online resources can make it more confusing. This is how I learned it and found using a book to be helpful.
How to Visualize the ‘dumpster fire’ and ‘train wrecks’ that were the 2020 Presidential Debates?
A look at the flow, duration and cross-talk from the two debates On September 29, 2020, the US held their first presidential debate between the incumbent President Trump and former Vice President Biden. The debate immediately became known not for what was said or policies debated but for the interruptions and complete lack of decorum. … Continue reading How to Visualize the ‘dumpster fire’ and ‘train wrecks’ that were the 2020 Presidential Debates?
A Gallery of Prototypes for Visualizing the 2020 US Presidential Debates
I am working on a project to visualize the flow, duration and cross-talk from the first 2020 Presidential Debate. The following is the project's initial description and a gallery of prototype images from the ideation process. All of the images and code can be found on my GitHub repo, Presidential Debates. Prototypes for Visualizing 2020 … Continue reading A Gallery of Prototypes for Visualizing the 2020 US Presidential Debates
Using Pandas for quick data cleaning and preparation
Every data visualization and information design project involves data cleaning and preparation. Love it or hate it (most people feel the later), 'data munging' is a necessary step and unique skill in the creation of good work. The Python library Pandas provides a terrific set of tools to do just that. The Wikipedia page for … Continue reading Using Pandas for quick data cleaning and preparation
CreateInTo Talk Follow-up
Notes and Resources I gave a talk at last night’s CreateInTO event and it went really well! I very much appreciate that people came out on a cold, rainy October night. The talk was about my experiences in using Processing and P5.js for prototyping and data visualization. I used examples from two recent projects, Visualizing … Continue reading CreateInTo Talk Follow-up
Visualizing $23 Billion in UN Agency Funding
Screencaps of a Work in Progress How much does the UN spend each year? Where does that money go? Who's spending it? Is it concentrated in a few countries or evenly spread around the world?? To answer some of these questions for myself, I started where I always start. With the data!! A quick search … Continue reading Visualizing $23 Billion in UN Agency Funding
Visualizing a Genetic Algorithm Attempting to Solve the Travelling Salesperson Problem
The Travelling Salesperson Problem is a famous problem in computer science. The gist of it is as follows: "Given a list of cities and the distances between each pair of cities, what is the shortest possible route that visits each city and returns to the origin city?" It is an NP-hard problem in combinatorial optimization, … Continue reading Visualizing a Genetic Algorithm Attempting to Solve the Travelling Salesperson Problem
The Limits of Small Multiples
What are the limits of small multiples? At what point do the charts lose their individual meaning and blend back into a single, collective image/pattern? This is a quick experiment using bar graphs with random values to test the visual limits of small multiples.
Simple view of Infographics, Data Vis, Charts, Pivot Tables
Came out of a tweet from @phillipadsmith about an infographic. Got me thinking about the difference between an infographic and data vis. Not new territory but interesting to think about nonetheless. Edit: A simpler version of the graphic above. Made with Paper
Creating Data Visualizations for the CBC
I recently started using Processing (processing.org) at the CBC to visualize the dependencies of the content areas on projects being built by Media Ops & Technology (MO&T). Roughly speaking, MO&T builds out platform related projects and the content areas leverage the functionality of those projects to build out their sites. The previous post here was a first sketch … Continue reading Creating Data Visualizations for the CBC
You must be logged in to post a comment.