Unknown Border Appearing When Using pcolor/pcolormesh · Issue #16029 · matplotlib/matplotlib · GitHub
Skip to content

Unknown Border Appearing When Using pcolor/pcolormesh #16029

Description

@TheCedarPrince

Bug report

Bug summary

The color pattern that appears when using imshow, shows along a pcolor grid for an unknown reason. Creates conflicting grid and coloring sequence.

Code for reproduction

import matplotlib.pyplot as plt
import numpy as np

data = np.random.rand(10, 10)
plt.pcolormesh(data, edgecolors="k", linewidth=2)
ax = plt.gca()
ax.set_aspect("equal")
plt.imshow(data)
plt.show()

Actual outcome

error

Expected outcome

success

Matplotlib version

  • Operating system: Fedora 30 x86_64
  • Matplotlib version: 3.1.2
  • Matplotlib backend: TkAgg
  • Python version: 3.7.4
  • Other libraries: numpy==1.18.0

Note: matplotlib==3.1.2 was installed via pip

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Documentationstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github Action

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions