Skip to content

[Bug]: Improper edges of half-filled triangular markers #28547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ktgeier opened this issue Jul 12, 2024 · 1 comment
Closed

[Bug]: Improper edges of half-filled triangular markers #28547

ktgeier opened this issue Jul 12, 2024 · 1 comment

Comments

@ktgeier
Copy link

ktgeier commented Jul 12, 2024

Bug summary

Half-filled triangular markers with edges have strange crown-like features at the top.

Code for reproduction

import matplotlib.pyplot as plt

fig, ax = plt.subplots()

ax.plot(
    0.5,
    0.5,
    linestyle="none",
    marker="^",
    markersize=50,
    markerfacecolor="tab:red",
    markerfacecoloralt="tab:blue",
    markeredgecolor="black",
    markeredgewidth=5,
    fillstyle="left",
)

plt.show()

Actual outcome

Figure_1

Expected outcome

There should be no little "crown" at the top.

Additional information

No response

Operating system

Manjaro

Matplotlib Version

3.8.4

Matplotlib Backend

QtAgg

Python version

Python 3.12.4

Jupyter version

4.0.11

Installation

conda

@timhoffm
Copy link
Member

Thanks for the report. This is a duplicate of #14357.

@timhoffm timhoffm closed this as not planned Won't fix, can't repro, duplicate, stale Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants