Closed
Description
Bug report
doctrsing of matplotlib.pyplot.bar() :
def bar(left, height, width=0.8, bottom=None, hold=None, data=None, **kwargs) Inferred type: (left: Any, height: Any, width: float, bottom: Any, hold: Any, data: Any, kwargs: dict) -> Any
The co called "left" parameter specifies (according to the docstring) the left edge of the bars. In reality, plotted bars will be centered around the given values to "left". Since this is in most cases more convenient, i suggest only to correct the docstring!!