Topic: Arrows on both ends of x-axis and y-axis on startup
I looked up an old post about getting the arrows to show up on the x-axis and y-axis by using the python console using:
Graph.Axes.xAxis.ShowNegativeArrow=True
Graph.Axes.yAxis.ShowNegativeArrow=True
Once this was achieved, I tried to save the settings of the axis as default (so that the next time I start graph the arrows on both ends of the axes would show up). However, the arrows did not show up on startup.
Is there a way to have the arrows on both ends of each axis show up on startup?
Thank you