You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`ax.bar` allows you to specify the left edge of the bars. The
'align' keyword allows the user to tell mpl to interpret the left
edges as the centers. To use the left edges as the right edges the
user can simply pass a negative width.
- Added note to the 'align' entry in the docstring
- Added test to make sure this does not get 'fixed' with validation on
width in bar
0 commit comments