Rechercher une page de manuel
plgdiplt.3plplot
Langue: en
Version: July, 2010 (fedora - 01/12/10)
Section: 3 (Bibliothèques de fonctions)
NAME
plgdiplt - Get parameters that define current plot-space windowSYNOPSIS
plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax)DESCRIPTION
Get relative minima and maxima that define current plot-space window. If plsdiplt(3plplot) has not been called the default values pointed to by p_xmin, p_ymin, p_xmax, and p_ymax will be 0., 0., 1., and 1. Redacted form: plgdiplt(p_xmin, p_ymin, p_xmax, p_ymax) This function is used in example 31.
ARGUMENTS
- p_xmin (PLFLT *, output)
- Pointer to relative minimum in x.
- p_ymin (PLFLT *, output)
- Pointer to relative minimum in y.
- p_xmax (PLFLT *, output)
- Pointer to relative maximum in x.
- p_ymax (PLFLT *, output)
- Pointer to relative maximum in y.
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