Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pl_setcontlabelparam(3plplot) [debian man page]

PL_SETCONTLABELPARAM(3plplot)					    PLplot API					     PL_SETCONTLABELPARAM(3plplot)

NAME
pl_setcontlabelparam - Set parameters of contour labelling other than format of numerical label SYNOPSIS
pl_setcontlabelparam(offset, size, spacing, active) DESCRIPTION
Set parameters of contour labelling other than those handled by pl_setcontlabelformat(3plplot). Redacted form: pl_setcontlabelparam(offset, size, spacing, active) This function is used in example 9. ARGUMENTS
offset (PLFLT, input) Offset of label from contour line (if set to 0.0, labels are printed on the lines). Default value is 0.006. size (PLFLT, input) Font height for contour labels (normalized). Default value is 0.3. spacing (PLFLT, input) Spacing parameter for contour labels. Default value is 0.1. active (PLINT, input) Activate labels. Set to 1 if you want contour labels on. Default is off(0). 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 PL_SETCONTLABELPARAM(3plplot)

Check Out this Related Man Page

PLFILL3(3plplot)						    PLplot API							  PLFILL3(3plplot)

NAME
plfill3 - Draw filled polygon in 3D SYNOPSIS
plfill3(n, x, y, z) DESCRIPTION
Fills the 3D polygon defined by the n points in the x, y, and z arrays using the pattern defined by plpsty(3plplot) or plpat(3plplot). The routine will automatically close the polygon between the last and first vertices. If multiple closed polygons are passed in x, y, and z then plfill3(3plplot) will fill in between them. Redacted form: General: plfill3(x, y, z) Perl/PDL: plfill3(n, x, y, z) This function is used in example 15. ARGUMENTS
n (PLINT, input) Number of vertices in polygon. x (PLFLT *, input) Pointer to array with x coordinates of vertices. y (PLFLT *, input) Pointer to array with y coordinates of vertices. z (PLFLT *, input) Pointer to array with z coordinates of vertices. 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 PLFILL3(3plplot)
Man Page

2 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

input parameters pls help!

Hi i am a newbie who is trying to input parameters into this script, but not sure where to start. The parameters that need to be input are the baseline label "abc.0111.BL " mantioned bellow, and database string "abc/abcp@db2 @counter.sql " Environment: Windows XP Running script: Cygwin 3.2 ... (2 Replies)
Discussion started by: yarik20
2 Replies

2. Shell Programming and Scripting

Putting together substrings if pattern is matched

What I would like to do is if the lines with % have the same name, then combine the last 9 letters of the string underneath the last occurrence of that ID with the first 9 letters of the string underneath the first occurrence of that ID. I have a file that looks like this: %GOGG... (12 Replies)
Discussion started by: verse123
12 Replies