Topic: how to remove the arrows on the axes

Hello,

This one journal wants me to remove the arrows in the figures that I produced with Graph. Could you advise me how to do this?

Re: how to remove the arrows on the axes

Unfortunately there is no setting in the dialog for this.
However if you use the beta version of Graph 4.5, you can press F11 to show the Python interpreter. If you copy and paste the following two lines into the interpreter, the arrows will disappear:

Graph.Axes.xAxis.ShowPositiveArrow=False
Graph.Axes.yAxis.ShowPositiveArrow=False

Re: how to remove the arrows on the axes

Thank you very much for the tip. I will try it. Much obliged.

Sincerely,

Z. Kuruoglu