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

« back to all changes in this revision

Viewing changes to doc/docbook/src/advanced.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
5
5
>Advanced Use of PLplot</TITLE
6
6
><META
7
7
NAME="GENERATOR"
8
 
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
9
9
REL="HOME"
10
10
TITLE="The PLplot Plotting Library"
11
11
HREF="index.html"><LINK
12
12
REL="UP"
13
13
TITLE=" Programming "
14
 
HREF="p131.html"><LINK
 
14
HREF="p148.html"><LINK
15
15
REL="PREVIOUS"
16
16
TITLE="In Case of Error"
17
17
HREF="error.html"><LINK
123
123
><DT
124
124
><A
125
125
HREF="characters.html"
126
 
>Setting Character and Symbol Attributes</A
127
 
></DT
128
 
><DT
129
 
><A
130
 
HREF="escape-sequences.html"
131
 
>Escape Sequences in Text</A
 
126
>Setting Character Attributes</A
132
127
></DT
133
128
><DT
134
129
><A
155
150
><P
156
151
>      PLplot supports a large number of command line arguments, but it is
157
152
      up to the user to pass these to PLplot for processing at the
158
 
      beginning of execution.  The function
159
 
      <CODE
 
153
      beginning of execution.
 
154
      <A
 
155
HREF="plparseopts.html"
 
156
><CODE
160
157
CLASS="function"
161
 
>plParseInternalOpts</CODE
 
158
>plparseopts</CODE
 
159
></A
162
160
> is responsible for parsing
163
161
      the argument list, removing all that are recognized by PLplot, and
164
162
      taking the appropriate action before returning.  There are an
201
199
    -jy justy            Page justification in y (-0.5 to 0.5, def 0)
202
200
    -ori orient          Plot orientation (0,2=landscape, 1,3=portrait)
203
201
    -freeaspect          Do not preserve aspect ratio on orientation swaps
 
202
    -portrait            Sets portrait mode (both orientation and aspect ratio)
204
203
    -width width         Sets pen width (1 &#60;= width &#60;= 10)
205
204
    -bg color            Background color (0=black, FFFFFF=white)
206
205
    -ncol0 n             Number of colors to allocate in cmap 0 (upper bound)
207
206
    -ncol1 n             Number of colors to allocate in cmap 1 (upper bound)
208
207
    -fam                 Create a family of output files
209
 
    -fsiz size           Output family file size in MB (e.g. -fsiz 1.0)
 
208
    -fsiz size[kKmMgG]   Output family file size in MB (e.g. -fsiz 0.5G, def MB)
210
209
    -fbeg number         First family member number on output
211
210
    -finc number         Increment between family members
212
211
    -fflen length        Family member number minimum field width
214
213
    -db                  Double buffer X window output
215
214
    -np                  No pause between pages
216
215
    -server_name name    Main window name of PLplot server (tk driver)
217
 
    -server_host name    Host to run PLplot server on (dp driver)
218
 
    -server_port name    Port to talk to PLplot server on (dp driver)
219
 
    -user name           User name on remote node (dp driver)
220
 
 
221
 
All parameters must be white-space delimited.  Some options are driver
222
 
dependent.  Please see the PLplot reference document for more detail.
 
216
    -dpi dpi             Resolution, in dots per inch (e.g. -dpi 360x360)
 
217
    -compression num     Sets compression level in supporting devices
 
218
    -drvopt option[=value][,option[=value]]* Driver specific options
223
219
</PRE
224
220
></TD
225
221
></TR
226
222
></TABLE
227
223
>
228
224
    </P
 
225
><P
 
226
>    The command-line options can also be set using the <A
 
227
HREF="plsetopt.html"
 
228
><CODE
 
229
CLASS="function"
 
230
>plsetopt</CODE
 
231
></A
 
232
> function, if invoked before <A
 
233
HREF="plinit.html"
 
234
><CODE
 
235
CLASS="function"
 
236
>plinit</CODE
 
237
></A
 
238
>.
 
239
    </P
 
240
><P
 
241
>      Some options are may not be recognized by individual drivers.  If an option is not recognized but should be, please contact the driver author via the plplot mailing lists.
 
242
    </P
 
243
><P
 
244
>Many drivers have specific options that can be set using the -drvopt command line option or with <A
 
245
HREF="plsetopt.html"
 
246
><CODE
 
247
CLASS="function"
 
248
>plsetopt</CODE
 
249
></A
 
250
>.  These options are documented in <A
 
251
HREF="x-drivers.html"
 
252
>Chapter 5</A
 
253
> and <A
 
254
HREF="output-drivers.html"
 
255
>Chapter 6</A
 
256
>.
 
257
    </P
229
258
></DIV
230
259
></DIV
231
260
><DIV
278
307
ALIGN="center"
279
308
VALIGN="top"
280
309
><A
281
 
HREF="p131.html"
 
310
HREF="p148.html"
282
311
ACCESSKEY="U"
283
312
>Up</A
284
313
></TD