Axis Off in Surface Contour Plot

Q&A for Visual Basic, Visual Basic .NET, and PowerBasic developers using DPlot
Post Reply
orohj
Posts: 1
Joined: Sat Mar 03, 2012 7:05 pm

Axis Off in Surface Contour Plot

Post 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.
User avatar
DPlotAdmin
Posts: 2312
Joined: Tue Jun 24, 2003 9:34 pm
Location: Vicksburg, Mississippi
Contact:

Post 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)]
Visualize Your Data
support@dplot.com
Post Reply