🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

waterfall-ax

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

waterfall-ax

Create waterfall charts.

1.0.0
PyPI
Maintainers
1

Waterfall Chart in Python

The waterfall_ax library creates flexible waterfall charts based on matplotlib.

It provides flexible controls over your plot. For details please refer to the waterfall_ax repo.

A Simple Example

Sample code:

from waterfall_ax import WaterfallChart

# Cumulative values
step_values = [80, 70, 90, 85, 60, 50]

# Plot
waterfall = WaterfallChart(step_values)
wf_ax = waterfall.plot_waterfall(title='A Simple Example')

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts