Page 1 of 1

Axis Off in Surface Contour Plot

Posted: Sat Mar 03, 2012 7:11 pm
by orohj
I am a new to this forum.

How can I can turn Axes Label off in DPLOT JR? I don't want the axes to show on my plot.

Any suggestions will be greatly appreciated.

Posted: Sat Mar 03, 2012 7:26 pm
by DPlotAdmin
If you just want to get rid of the numbers along each axis, use
[NumberFormat(0,12)][NumberFormat(1,12)][NumberFormat(2,12)]

This sets the number format for X, Y, and Z to "None".

If you also want to get rid of the coordinate axes and planes (as well as numbers) use
[ContourAxes(0)]