Google ClassroomGoogle Клас
GeoGebraGeoGebra Клас

Arrows on function of Snip Rectangle

Problem

I am trying to get Geogebra to add arrows to the ends of a function that intersects the rectangle of what is snipped with Export_1 and Export_2 (these coordinates are the coordinates of topsnip and bottomsnip) I've created two custom tools, FunctionLeftArrow and FunctionRightArrow which need arguments (f,value,angle,length)[I usually use (f,value,30 degrees, 0.3)] to create a left/right pointing arrow accordingly. I've used this with the values of x(topsnip) and x(bottomsnip) to create the arrows at the left and right of the rectangle. To get the arrows at the top of the snip, I've used NSolutions to get the x-coordinates of the intersection of the graph and the top of the rectangle. I then use a sequence to create the top arrows. I do that same for the bottom arrows. However, when I run Function(left/right)Arrow through the sequence command, only one side of the arrows is showing in the (top/bottom)arrows lists. When I do the Function(left/right)Arrow with the values individually (without a sequence,) then the arrows are produced correctly. I am hoping to put this all together in a custom tool that will add all these arrows just by identifying the function, angle, and length). Any help would be appreciated.