1PLSDRAWMODE(3plplot) PLplot API PLSDRAWMODE(3plplot)
2
3
4
6 plsdrawmode - Set drawing mode (depends on device support!)
7
9 plsdrawmode(mode)
10
12 Set drawing mode. Note only one device driver (cairo) currently sup‐
13 ports this at the moment. See also plgdrawmode(3plplot).
14
15 Redacted form: plsdrawmode(mode)
16
17 This function is used in example 34.
18
20 mode (PLINT(3plplot), input)
21 Control variable which species the drawing mode (one of PL_DRAW‐
22 MODE_DEFAULT, PL_DRAWMODE_REPLACE, or PL_DRAWMODE_XOR) to use.
23
24
26 Many developers (who are credited at http://plplot.org/credits.php)
27 have contributed to PLplot over its long history.
28
30 PLplot documentation at http://plplot.org/documentation.php.
31
32
33
34 August, 2021 PLSDRAWMODE(3plplot)