Bar Break Matplotlib

pip install plotinpy
plt.figure()
pnp.plot_bars_with_breaks(
    [1, 2, 30],
    [(15, 25)]
    )
plt.savefig("img/example1.png")
Real Raccoon