Data Visualization

This section covers both sides of data visualization: how to communicate and use data for decisions -why, for whom, and with what message-, and how to build the visualizations in Python. Start with the concepts, then move to the tools.

Strong analysis only creates value once someone understands it and makes a better decision because of it. These pages cover reading your audience, choosing a clear form, and designing honest visuals, along with the relationships and tools that let evidence inform real decisions, and then how to produce those visuals in code.

Communicating and using data

The conceptual, tool-agnostic layer, useful whether or not you write code. Start here.

Creating visualizations with Python

The hands-on layer, a workshop for producing publication-quality figures with seaborn.objects and the grammar of graphics. Best read after the concepts above.

Back to top