.\" This page was automatically generated. Do not edit! .\" .TH PLOT3DC 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplot3dc\fP - Magnitude colored plot surface with contour. .SH SYNOPSIS \fBplot3dc\fP(\fIx\fP, \fIy\fP, \fIz\fP, \fInx\fP, \fIny\fP, \fIopt\fP, \fIclevel\fP, \fInlevel\fP) .SH DESCRIPTION .P Identical to \fBplot3d\fP but with extra functionalities: the surface mesh can be colored accordingly to the current z value being plotted, a contour plot can be drawn at the base XY plane, and a curtain can be drawn between the plotted function border and the base XY plane. The arguments are identical to \fBplmeshc\fP. The only difference between \fBplmeshc\fP(3plplot) and \fBplot3dc\fP(3plplot) is that \fBplmeshc\fP(3plplot) draws the bottom side of the surface, while \fBplot3dc\fP(3plplot) only draws the surface as viewed from the top. .P Redacted form: General: \fBplot3dc(x, y, z, opt, clevel)\fP Perl/PDL: Not available? .P This function is used in example 21. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.