# GLMakie plot-help 2: Issue with arrows and sliders

**URL:** https://discourse.julialang.org/t/glmakie-plot-help-2-issue-with-arrows-and-sliders/92168
**Category:** New to Julia
**Tags:** glmakie
**Created:** [December 26, 2022, 9:14pm UTC](https://discourse.julialang.org/t/glmakie-plot-help-2-issue-with-arrows-and-sliders/92168 "2022-12-26T21:14:27Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![fatteneder](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/fatteneder/32/33991_2.png) [@fatteneder](https://discourse.julialang.org/u/fatteneder)
#### Post date: [December 26, 2022, 11:23pm UTC](https://discourse.julialang.org/t/glmakie-plot-help-2-issue-with-arrows-and-sliders/92168/3 "2022-12-26T23:23:47Z")

</div>

Regarding the `arrows!`: I used a bit of a wrong notation for the example I gave in [GLMakie beginners help: Multiple sliders and an arrow - #3 by fatteneder](https://discourse.julialang.org/t/glmakie-beginners-help-multiple-sliders-and-an-arrow/92113/3)  
E.g. I used `xbase, ybase, xhead, yhead`.  
Just took another look at the docstring (try `?arrow` in the `REPL`) and noticed that `arrows` wants arguments like `arrows!(ax1, x, y, u, v)` where `x,y` refer to the base point of the arrow(s) to draw and `u, v` are the directions of the arrow(s) as seen from the base points.

Maybe that helps with clearing up the arrows formulae.

---

_[View the full topic](https://discourse.julialang.org/t/glmakie-plot-help-2-issue-with-arrows-and-sliders/92168)._
