Skip to content
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

[BUG] Arrow does not work with pgfplotsx #4909

Open
matthieugomez opened this issue Mar 20, 2024 · 0 comments
Open

[BUG] Arrow does not work with pgfplotsx #4909

matthieugomez opened this issue Mar 20, 2024 · 0 comments
Labels

Comments

@matthieugomez
Copy link
Contributor

matthieugomez commented Mar 20, 2024

The code returns a line without arrows, despite the arrow = true option.

using Plots
pgfplotsx()
plot([1,2],[2,2],arrow = true)

In contrast, using the gr() backend does return a line with an arrow

Plots.jl version: v1.40.2
PGFPlotsX v1.6.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant