.\" This page was automatically generated. Do not edit! .\" .TH PLXORMOD 3plplot "August, 2012" "" "PLplot API" .SH NAME \fBplxormod\fP - Enter or leave xor mode .SH SYNOPSIS \fBplxormod\fP(\fImode\fP, \fIstatus\fP) .SH DESCRIPTION .P Enter (when \fImode\fP is true) or leave (when \fImode\fP is false) xor mode for those drivers (e.g., the xwin driver) that support it. Enables erasing plots by drawing twice the same line, symbol, etc. If driver is not capable of xor operation it returns a \fIstatus\fP of false. .P Redacted form: \fBplxormod(mode, status)\fP .P This function is used in examples 1,20. .SH ARGUMENTS .TP \fImode\fP (PLBOOL, input) \fImode\fP is true means enter xor mode and \fImode\fP is false means leave xor mode. .TP \fIstatus\fP (PLBOOL *, output) Pointer to status. Returned \fImode\fPstatus of true (false) means driver is capable (incapable) of xor mode. .SH AUTHORS Geoffrey Furnish and Maurice LeBrun wrote and maintain PLplot. This man page was automatically generated from the DocBook source of the PLplot documentation, maintained by Alan W. Irwin and Rafael Laboissiere. .SH SEE ALSO PLplot documentation at http://plplot.sourceforge.net/resources.