Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Description
Feature request, not a bug,
You can file bugs, patches and feature requests on the github tracker, but it is a good idea to ping us on the mailing list too.
I noticed thatpyplot.bar
does not accept a 2D matrix for the heights to create something like:
This seems like a standard feature, you mostly see in spreadsheet software, yet the solution inmatplotlib
is to manually manage the offsets and widths of the bars, resulting in buggy, bloated code.
Shouldn't this be included?