We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Half-filled triangular markers with edges have strange crown-like features at the top.
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()
There should be no little "crown" at the top.
No response
Manjaro
3.8.4
QtAgg
Python 3.12.4
4.0.11
conda
The text was updated successfully, but these errors were encountered:
Thanks for the report. This is a duplicate of #14357.
Sorry, something went wrong.
No branches or pull requests
Bug summary
Half-filled triangular markers with edges have strange crown-like features at the top.
Code for reproduction
Actual outcome
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
The text was updated successfully, but these errors were encountered: