Data analyst’s recipe | A waterfall chart in Python

Nilimesh Halder, PhD
Analyst’s corner
Published in
4 min readFeb 24, 2023

--

Data visualisation in Python for beginners

A waterfall chart is a type of chart that is used to visualize how a starting value (such as revenue) is affected by a series of positive or negative values (such as expenses or profits) to arrive at an ending value. In this tutorial, we will explore how to create a waterfall chart in Python using the matplotlib library.

--

--