Broken bar / coupon diagram in matplotlib?

Is there a way, in matplotlib, to plot a broken column / column. The case I'm looking for has one bar that is on a larger scale than the others. An example from Excel looks like this: an example

I went through the Matplotlib gallery and documentation and found broken bar methods, but they are not exactly the same.

+3
source share
1 answer

Two methods for creating a discontinuous axis for a line graph are laid out here . This should be essentially the same process (in any case) for the histogram. Please leave a comment if any of the methods does not work.

+3
source

All Articles