Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Confusing docstring in matplotlib.pyplot.bar() in version 2.0.0 #8527

Closed
@atsteich

Description

@atsteich

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!!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp