Topic: Line width of axes

Hi,
I just starting using Graph for teaching purposes and it is very useful. I can quickly create a variety of graphs to include in my slides. So that the slides are easily visible I often need a very large font and large line widths. The one thing in Graph that I can't seem to change is the thickness of the axes themselves. Is there a way to do this?
Thank you,
Marcus.

Re: Line width of axes

You cannot change the width of the axes from inside Graph itself, though I might add it later.

However you can use the plugin system to do it with this:

Graph.PlotSettings.AxisWidth=4
Graph.PlotSettings.TickWidth=2
Graph.PlotSettings.TickLength=7