Rechercher une page de manuel
plpoin.3plplot
Langue: en
Version: July, 2010 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
plpoin - Plots a character at the specified pointsSYNOPSIS
plpoin(n, x, y, code)DESCRIPTION
Marks a set of n points in x and y using the symbol defined by code. If code is between 32 and 127, the symbol is simply the corresponding printable ASCII character in the default font. Redacted form: plpoin(x, y, code) This function is used in examples 1,6,14,18,21,29.
ARGUMENTS
- n (PLINT, input)
- Number of points to be marked.
- x (PLFLT *, input)
- Pointer to array with x coordinates of the points.
- y (PLFLT *, input)
- Pointer to array with y coordinates of the points.
- code (PLINT, input)
- Code number for the symbol to be plotted.
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.Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre