PLGVPW(3plplot) | PLplot API | PLGVPW(3plplot) |
NAME¶
plgvpw - Get viewport limits in world coordinatesSYNOPSIS¶
plgvpw(p_xmin, p_xmax, p_ymin, p_ymax)DESCRIPTION¶
Get viewport limits in world coordinates.Redacted form: General: plgvpw(p_xmin, p_xmax, p_ymin, p_ymax) Perl/PDL: Not available?
This function is used in example 31.
ARGUMENTS¶
- p_xmin (PLFLT *, output)
- Lower viewport limit of the world coordinate in x.
- p_xmax (PLFLT *, output)
- Upper viewport limit of the world coordinate in x.
- p_ymin (PLFLT *, output)
- Lower viewport limit of the world coordinate in y.
- p_ymax (PLFLT *, output)
- Upper viewport limit of the world coordinate in y.
AUTHORS¶
Many developers (who are credited at http://plplot.sourceforge.net/credits.php) have contributed to PLplot over its long history.SEE ALSO¶
PLplot documentation at http://plplot.sourceforge.net/documentation.php.September, 2016 |