1PLOT3DC(3plplot) PLplot API PLOT3DC(3plplot)
2
3
4
6 plot3dc - Magnitude colored plot surface with contour.
7
9 plot3dc(x, y, z, nx, ny, opt, clevel, nlevel)
10
12 Identical to plot3d but with extra functionalities: the surface mesh
13 can be colored accordingly to the current z value being plotted, a con‐
14 tour plot can be drawn at the base XY plane, and a curtain can be drawn
15 between the plotted function border and the base XY plane. The argu‐
16 ments are identical to plmeshc. The only difference between
17 plmeshc(3plplot) and plot3dc(3plplot) is that plmeshc(3plplot) draws
18 the botton side of the surface, while plot3dc(3plplot) only draws the
19 surface as viewed from the top.
20
21 Redacted form: General: plot3dc(x, y, z, opt, clevel) Perl/PDL: Not
22 available?
23
24
25 This function is used in example 21.
26
28 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
29 man page was automatically generated from the DocBook source of the
30 PLplot documentation, maintained by Alan W. Irwin and Rafael
31 Laboissiere.
32
34 PLplot documentation at http://plplot.sourceforge.net/resources.
35
36
37
38 March, 2007 PLOT3DC(3plplot)