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.source‐
27 forge.net/credits.php) have contributed to PLplot over its long his‐
28 tory.
29
31 PLplot documentation at http://plplot.sourceforge.net/documenta‐
32 tion.php.
33
34
35
36 August, 2017 PLSDRAWMODE(3plplot)