logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

plxormod - Enter or leave xor mode

Arguments

mode (PLBOOL(3plplot), input)
              mode is true means enter xor mode and mode is false means leave xor mode.

       status (PLBOOL_NC_SCALAR(3plplot), output)
              Returned  value  of  the status. modestatus of true (false) means driver is capable (incapable) of
              xor mode.

Authors

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

Description

       Enter  (when  mode  is  true)  or  leave  (when mode 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 status of false.

       Redacted form: plxormod(mode,status)

       This function is used in examples 1 and 20.

Name

plxormod - Enter or leave xor mode

See Also

       PLplot documentation at http://plplot.org/documentation.php.

                                                   July, 2025                                  PLXORMOD(3plplot)

Synopsis

plxormod(mode, status)

See Also