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

[FR] Allow arrow styling in quiver plots #2897

Open
cal-miller-harvard opened this issue Aug 6, 2020 · 2 comments
Open

[FR] Allow arrow styling in quiver plots #2897

cal-miller-harvard opened this issue Aug 6, 2020 · 2 comments
Labels
enhancement improving existing functionality

Comments

@cal-miller-harvard
Copy link

It would be nice if it were possible to change the arrowhead size in quiver plots.

This issue is discussed on the forum here: https://discourse.julialang.org/t/plots-jl-arrows-style-in-quiver/13659

@BeastyBlacksmith
Copy link
Member

related issue #2842.

When this is implemented the call should look like

plot( [(0,0), (1,1)], arrow = arrow(0.2, 0.2))

@BeastyBlacksmith BeastyBlacksmith added the enhancement improving existing functionality label Aug 7, 2020
@jpfairbanks
Copy link

The current documentation says that you can pass headwidth and headlength to arrows, but this has no effect on the quiver plot https://docs.juliaplots.org/latest/api/#Plots.arrow-Tuple.

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

No branches or pull requests

3 participants