bionic (3) plgdrawmode.3plplot.gz

Provided by: plplot-doc_5.13.0+dfsg-6ubuntu2_all bug

NAME

       plgdrawmode - Get drawing mode (depends on device support!)

SYNOPSIS

       plgdrawmode()

DESCRIPTION

       Get  drawing  mode.   Note  only one device driver (cairo) currently supports this at the moment, and for
       that case the PLINT value returned by this function is one of  PL_DRAWMODE_DEFAULT,  PL_DRAWMODE_REPLACE,
       PL_DRAWMODE_XOR,  or  PL_DRAWMODE_UNKNOWN.  This function returns PL_DRAWMODE_UNKNOWN for the rest of the
       device drivers.  See also plsdrawmode(3plplot).

       Redacted form: plgdrawmode()

       This function is used in example 34.

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.

                                                 November, 2017                             PLGDRAWMODE(3plplot)