plgdev.3plplot - Man Page

Get the current device (keyword) name

Synopsis

plgdev(p_dev)

Description

Get the current device (keyword) name.  Note: you must have allocated space for this (80 characters is safe).

Redacted form: plgdev(p_dev)

This function is used in example 14.

Arguments

p_dev (PLCHAR_NC_VECTOR(3plplot), output)

Returned ascii character string (with preallocated length of 80 characters or more) containing the device (keyword) name.

Authors

Many developers (who are credited at http://plplot.org/credits.php) have contributed to PLplot over its long history.

See Also

PLplot documentation at http://plplot.org/documentation.php.

Info

March, 2024 PLplot API