1PLXORMOD(3plplot)                 PLplot API                 PLXORMOD(3plplot)
2
3
4

NAME

6       plxormod - Enter or leave xor mode
7

SYNOPSIS

9       plxormod(mode, status)
10

DESCRIPTION

12       Enter  (when  mode  is true) or leave (when mode is false) xor mode for
13       those drivers (e.g., the xwin driver) that support it.  Enables erasing
14       plots  by  drawing  twice the same line, symbol, etc.  If driver is not
15       capable of xor operation it returns a status of false.
16
17       Redacted form: plxormod(mode, status)
18
19       This function is used in examples 1 and 20.
20

ARGUMENTS

22       mode (PLBOOL(3plplot), input)
23              mode is true means enter xor mode and mode is false means  leave
24              xor mode.
25
26       status (PLBOOL_NC_SCALAR(3plplot), output)
27              Returned  value  of the status. modestatus of true (false) means
28              driver is capable (incapable) of xor mode.
29
30

AUTHORS

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

SEE ALSO

36       PLplot documentation at http://plplot.org/documentation.php.
37
38
39
40                                February, 2019               PLXORMOD(3plplot)
Impressum