Topic: Arrows on x and y axis

i am trying to create some simple 4 quadrant graphing questions but the arrows only appear on the top and right ends of the lines. Can someone tell me how to get them on the bottom and left ends of the lines??? Any help would be appreciated.

Re: Arrows on x and y axis

If you use Graph 4.4 and have Python 3.2 installed, you can press F11 inside Graph to get a command line interface. If you enter the following two lines and press F5 to update, you will get arrows at both ends of the axes:

Graph.Axes.xAxis.ShowNegativeArrow=True
Graph.Axes.yAxis.ShowNegativeArrow=True