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?
You are not logged in. Please login or register.
Graph Forums → Support → 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?
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
Thank you very much for the tip. I will try it. Much obliged.
Sincerely,
Z. Kuruoglu
Graph Forums → Support → how to remove the arrows on the axes
Powered by PunBB, supported by Informer Technologies, Inc.
Generated in 0.010 seconds (65% PHP - 35% DB) with 9 queries