ⓘ This web page is about the old AlgoSim 2 software. Perhaps you are looking for the new Algosim 3 application?
AlgoSim
Homepage | Screenshots | Gallery of Visualisation | User's Guide | Function Reference | Download | FAQ | Support | Bugs and Solutions | Donate

Reference: setAxisStyle3

setAxisStyle3(a, s) sets the style of the axes listed in a, a comma-separated string of axes in {"x", "y", "z"}, to s, a CSS style string, in the current 3D visualization window.

Example: setAxisStyle3("x, y, z", "colour:red; number-distance: 2; text-colour:yellow; tick-distance: 2; tick-colour:red")

Possible style parameters: colour, number-distance, numbers-visible, text-colour, ticks-visible, tick-distance, tick-colour.