Skip to content

[Bug]: Arrow not drawing tip #30389

@ju-w

Description

@ju-w

Bug summary

When I try to draw an arrow, it doesn't have a tip.

import matplotlib.pyplot as plt

fig, ax = plt.subplots(figsize=(3, 3))
ax.arrow(0,1,1,1,)
plt.show()
Image

Code for reproduction

import matplotlib.pyplot as plt

fig, ax = plt.subplots(figsize=(3, 3))
ax.arrow(0,1,1,1,)
plt.show()

Actual outcome

Without tip.

Expected outcome

With tip.

Additional information

No response

Operating system

Windows

Matplotlib Version

3.10.0

Matplotlib Backend

qtagg

Python version

3.13.5

Jupyter version

No response

Installation

pip

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions