1PLXORMOD(3plplot) PLplot API PLXORMOD(3plplot)
2
3
4
6 plxormod - Enter or leave xor mode
7
9 plxormod(mode, status)
10
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,20.
20
22 mode (PLBOOL, input)
23 mode is true means enter xor mode and mode is false means leave
24 xor mode.
25
26 status (PLBOOL *, output)
27 Pointer to status. Returned modestatus of true (false) means
28 driver is capable (incapable) of xor mode.
29
30
32 Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This
33 man page was automatically generated from the DocBook source of the
34 PLplot documentation, maintained by Alan W. Irwin and Rafael
35 Laboissiere.
36
38 PLplot documentation at http://plplot.sourceforge.net/resources.
39
40
41
42 March, 2007 PLXORMOD(3plplot)