~ubuntu-branches/ubuntu/intrepid/plplot/intrepid

« back to all changes in this revision

Viewing changes to doc/docbook/src/plxormod.html

  • Committer: Bazaar Package Importer
  • Author(s): Rafael Laboissiere
  • Date: 2006-11-04 10:19:34 UTC
  • mfrom: (2.1.8 edgy)
  • Revision ID: james.westby@ubuntu.com-20061104101934-mlirvdg4gpwi6i5q
Tags: 5.6.1-10
* Orphaning the package
* debian/control: Changed the maintainer to the Debian QA Group

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd">
2
2
<HTML
3
3
><HEAD
4
4
><TITLE
6
6
    </TITLE
7
7
><META
8
8
NAME="GENERATOR"
9
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
10
10
REL="HOME"
11
11
TITLE="The PLplot Plotting Library"
12
12
HREF="index.html"><LINK
59
59
WIDTH="80%"
60
60
ALIGN="center"
61
61
VALIGN="bottom"
62
 
>Chapter 16. The Common API for PLplot</TD
 
62
>Chapter 17. The Common API for PLplot</TD
63
63
><TD
64
64
WIDTH="10%"
65
65
ALIGN="right"
91
91
><P
92
92
></P
93
93
><A
94
 
NAME="AEN9527"
 
94
NAME="AEN10392"
95
95
></A
96
96
><TABLE
97
97
CLASS="funcprototype"
110
110
>
111
111
    </P
112
112
><P
113
 
>      Enter (mode !=0) or leave (mode == 0) xor mode for those drivers
 
113
>      Enter (when <TT
 
114
CLASS="literal"
 
115
><CODE
 
116
CLASS="parameter"
 
117
>mode</CODE
 
118
></TT
 
119
> is true) 
 
120
      or leave (when <TT
 
121
CLASS="literal"
 
122
><CODE
 
123
CLASS="parameter"
 
124
>mode</CODE
 
125
></TT
 
126
> is false)
 
127
      xor mode for those drivers
114
128
      (e.g., the xwin driver) that support it.  Enables erasing plots by
115
129
      drawing twice the same line, symbol, etc.  If driver is not capable
116
 
      of xor operation returns status of 0.
 
130
      of xor operation it returns a
 
131
      <TT
 
132
CLASS="literal"
 
133
><CODE
 
134
CLASS="parameter"
 
135
>status</CODE
 
136
></TT
 
137
> of false.
117
138
    </P
118
139
><TABLE
119
140
CLASS="variablelist"
121
142
><TD
122
143
><DL
123
144
><DT
124
 
><VAR
 
145
><CODE
125
146
CLASS="parameter"
126
 
>mode</VAR
 
147
>mode</CODE
127
148
>
128
 
          (<VAR
 
149
          (<TT
129
150
CLASS="literal"
130
 
>PLINT</VAR
 
151
>PLBOOL</TT
131
152
>, input)</DT
132
153
><DD
133
154
><P
134
 
>         mode != 0 means enter xor mode and mode == 0 means leave xor
135
 
          mode.
 
155
>         <TT
 
156
CLASS="literal"
 
157
><CODE
 
158
CLASS="parameter"
 
159
>mode</CODE
 
160
></TT
 
161
> is true
 
162
          means enter xor mode and 
 
163
          <TT
 
164
CLASS="literal"
 
165
><CODE
 
166
CLASS="parameter"
 
167
>mode</CODE
 
168
></TT
 
169
> is false
 
170
          means leave xor mode.
136
171
          </P
137
172
></DD
138
173
><DT
139
 
><VAR
 
174
><CODE
140
175
CLASS="parameter"
141
 
>status</VAR
 
176
>status</CODE
142
177
>
143
 
          (<VAR
 
178
          (<TT
144
179
CLASS="literal"
145
 
>PLINT *</VAR
 
180
>PLBOOL *</TT
146
181
>, output)</DT
147
182
><DD
148
183
><P
149
 
>         Pointer to status. Returned status == 1 (0) means driver is capable
150
 
          (incapable) of xor mode.
 
184
>         Pointer to status. Returned 
 
185
          <TT
 
186
CLASS="literal"
 
187
><CODE
 
188
CLASS="parameter"
 
189
>mode</CODE
 
190
></TT
 
191
>status of true (false)
 
192
          means driver is capable (incapable) of xor mode.
151
193
          </P
152
194
></DD
153
195
></DL