13.1 AXES_EXAMPLE

Assume you are plotting a mesh. The axes will normally appear behind the plot which may be hard to read. You can move the axes to the front for X,Y and to the left or right for Z with the following commands. TD:SET AXES ALL ON FRONT TD:PLOT AXES HIDE TD:TITLE X CENTER "X title" TD:TITLE Y CENTER "Y title" TD:TITLE Z CENTER "Z title"