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

[Bug]: sticky edge related changes for datetime plots #28567

Closed
Milestone
@rcomer

Description

@rcomer

Bug summary

Having just picked up v3.9.1, we are seeing downstream image test failures due to additional whitespace incontourf andpcolor plots that use datetimes. The change bisects to#28393.

Code for reproduction

importdatetimeimportnumpyasnpimportmatplotlib.pyplotaspltdts= [datetime.datetime(2009,9,9,17,0)+datetime.timedelta(minutes=n)forninrange(10,61,10)]foo=range(5)data=np.arange(30).reshape(6,5)plt.contourf(foo,dts,data)plt.show()

Actual outcome

image

Expected outcome

Before#28393 I get
image

Additional information

No response

Operating system

Ubuntu

Matplotlib Version

v3.9.1 andmain

Matplotlib Backend

No response

Python version

3.12

Jupyter version

No response

Installation

conda

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp