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

Bad interaction between shared axes and pcolormesh sticky edges #16448

Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.
Milestone
@anntzer

Description

@anntzer

Bug report

Bug summary

The following example demoes (on master) a bad interaction between shared axes and pcolormesh sticky edges:

from pylab import *Z = np.arange(15).reshape(3, 5)x = np.arange(6)y = np.arange(4)fig, axs = plt.subplots(2, 2, sharex="col", sharey="col")axs[0, 0].pcolormesh(x, y, Z)axs[1, 1].pcolormesh(x, y, Z)plt.show()

test

Effectively sticky edges are not applied on the bottom-right.

This bisects back to#13593 :-( so I guess this may be nice to fix in 3.2...

Matplotlib version

  • Operating system:
  • Matplotlib version: master
  • Matplotlib backend (print(matplotlib.get_backend())):
  • Python version:
  • Jupyter version (if applicable):
  • Other libraries:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp