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
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
The text was updated successfully, but these errors were encountered:
related issue #2842.
When this is implemented the call should look like
plot( [(0,0), (1,1)], arrow = arrow(0.2, 0.2))
Sorry, something went wrong.
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.
arrows
quiver
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: