Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

plshade(3plplot) [debian man page]

PLSHADE(3plplot)						    PLplot API							  PLSHADE(3plplot)

NAME
plshade - Shade individual region on the basis of value SYNOPSIS
plshade(a, nx, ny, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, fill, rectangular, pltr, pltr_data) DESCRIPTION
Shade individual region on the basis of value. Use plshades(3plplot) if you want to shade a number of regions using continuous colors. plshade(3plplot) is identical to plshade1(3plplot) except for the type of the first parameter. See plshade1(3plplot) for further discus- sion. Redacted form: General: plshade(a, defined, xmin, xmax, ymin, ymax, shade_min, shade_max, sh_cmap, sh_color, sh_width, min_color, min_width, max_color, max_width, fill, rectangular, pltr, pltr_data) Perl/PDL: Not available? This function is used in example 15. ARGUMENTS
a (PLFLT **, input) nx (PLINT, input) ny (PLINT, input) defined (PLINT (*) (PLFLT, PLFLT), input) xmin (PLFLT, input) xmax (PLFLT, input) ymin (PLFLT, input) ymax (PLFLT, input) shade_min (PLFLT, input) shade_max (PLFLT, input) sh_cmap (PLINT, input) sh_color (PLFLT, input) sh_width (PLINT, input) min_color (PLINT, input) min_width (PLINT, input) max_color (PLINT, input) max_width (PLINT, input) fill (void (*) (PLINT, PLFLT *, PLFLT *), input) rectangular (PLBOOL, input) pltr (void (*) (PLFLT, PLFLT, PLFLT *, PLFLT *, PLPointer) , input) pltr_data (PLPointer, input) 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. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSHADE(3plplot)

Check Out this Related Man Page

PLSTRIPC(3plplot)						    PLplot API							 PLSTRIPC(3plplot)

NAME
plstripc - Create a 4-pen stripchart SYNOPSIS
plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, styline, legline[], labx, laby, labtop) DESCRIPTION
Create a 4-pen stripchart, to be used afterwards by plstripa(3plplot) Redacted form: General: plstripc(id, xspec, yspec, xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, sty- line, legline, labx, laby, labz) Perl/PDL: plstripc(xmin, xmax, xjump, ymin, ymax, xlpos, ylpos, y_ascl, acc, colbox, collab, colline, sty- line, id, xspec, ypsec, legline, labx, laby, labtop) This function is used in example 17. ARGUMENTS
id (PLINT *, output) Identification number of stripchart to use on plstripa(3plplot) and plstripd(3plplot). xspec (char *, input) X-axis specification as in plbox(3plplot). yspec (char *, input) Y-axis specification as in plbox(3plplot). xmin (PLFLT, input) Initial coordinates of plot box; they will change as data are added. xmax (PLFLT, input) Initial coordinates of plot box; they will change as data are added. xjump (PLFLT, input) When x attains xmax, the length of the plot is multiplied by the factor (1 + xjump). ymin (PLFLT, input) Initial coordinates of plot box; they will change as data are added. ymax (PLFLT, input) Initial coordinates of plot box; they will change as data are added. xlpos (PLFLT, input) X legend box position (range from 0 to 1). ylpos (PLFLT, input) Y legend box position (range from 0 to 1). y_ascl (PLBOOL, input) Autoscale y between x jumps if y_ascl is true, otherwise not. acc (PLBOOL, input) Accumulate strip plot if acc is true, otherwise slide display. colbox (PLINT, input) Plot box color index (cmap0). collab (PLINT, input) Legend color index (cmap0). colline (PLINT *, input) Pointer to array with color indices (cmap0) for the 4 pens. styline (PLINT *, input) Pointer to array with line styles for the 4 pens. legline (char **, input) Pointer to character array containing legends for the 4 pens. labx (char *, input) X-axis label. laby (char *, input) Y-axis label. labtop (char *, input) Plot title. 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. SEE ALSO
PLplot documentation at http://plplot.sourceforge.net/resources. August, 2012 PLSTRIPC(3plplot)
Man Page