📄️ Line Chart & small multiple
Small multiple is a dataviz technique allowing to study several groups on the same figure. Repeating all groups but faded out adds some useful context to each section.
📄️ animated-bubble-chart
Animated Bubble Chart
📄️ bubble-plot-with-annotations-and-custom-features
About
📄️ Correlogram with Seaborn
This post aims to explain how to improve it. It is divided in 2 parts: how to custom the correlation observation (for each pair of numeric variable), and how to custom the distribution (diagonal of the matrix).
📄️ Heatmap and Radial Barchart
Import libraries
📄️ Histogram with custom style and annotations
A clean and insightful histogram produced by the french institute of statistics showing the salary distribution in the country.
📄️ Line chart with labels at end of each line
* A custom lineplot with annotations at the end of each line to explore the evolution of the Big Mac Index with Python and Matplotlib.
📄️ Area chart from the Economist
Mimicking the style of the Economist to get a clean area chart
📄️ Ordered & Mirrored Barplot
This article explains how to reproduce a mirror barplot with annotations, individual observations, custom style and nice features.
📄️ Scatterplot with Regression Fit
* A custom scatterplot with an overlayed regression fit and auto-positioned labels to explore the relationship between the Corruption Perceptions Index and Human Development Index
📄️ scatterplot-with-text-repel
Scatterplot with labels and text repel
📄️ Stacked barchart
* A clean stacked barplot with nice color palette, some very clean inline labels, a powerful title and slick footer caption with logos.
📄️ table-with-plottable
Project Overview
📄️ violin-boxplot-combination
Violin and Boxplot combination