# Waterfall Plot Makie.jl

**URL:** https://discourse.julialang.org/t/waterfall-plot-makie-jl/79988
**Category:** Visualization
**Tags:** plotting, makie, algebraofgraphics
**Created:** [April 25, 2022, 1:47pm UTC](https://discourse.julialang.org/t/waterfall-plot-makie-jl/79988 "2022-04-25T13:47:55Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Rahul](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/rahul/32/30545_2.png) [@Rahul](https://discourse.julialang.org/u/Rahul)
#### Post date: [April 25, 2022, 1:47pm UTC](https://discourse.julialang.org/t/waterfall-plot-makie-jl/79988/1 "2022-04-25T13:47:55Z")

</div>

Is it possible to make waterfall plots in Makie.jl, similar to [this](https://plotly.com/python/waterfall-charts/) plotly graph. I am not looking for an interactive graph to start with. Thank you!

---

<div class="post-metadata">

### Author: ![daschw](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/daschw/32/2926_2.png) [@daschw](https://discourse.julialang.org/u/daschw)
#### Post date: [October 2, 2022, 11:37am UTC](https://discourse.julialang.org/t/waterfall-plot-makie-jl/79988/2 "2022-10-02T11:37:33Z")

</div>

see [Add `stack=:dodge` and `stack=:waterfall` to `barplot` to allow easy waterfall charts creation by daschw · Pull Request #2314 · MakieOrg/Makie.jl · GitHub](https://github.com/MakieOrg/Makie.jl/pull/2314)
