We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
related to #847.
histstack should use fill_between instead of overlaying them on top of each other. (notice the green is mixed with blue instead of being pure green)
a = randn(1000) b = randn(1000) hist([a,b],histtype='stepfilled', stacked=True, alpha=0.5)