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

« back to all changes in this revision

Viewing changes to doc/docbook/src/api-fortran-95.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""http://www.w3.org/TR/html4/loose.dtd">
 
2
<HTML
 
3
><HEAD
 
4
><TITLE
 
5
>The Specialized Fortran 95 API for PLplot</TITLE
 
6
><META
 
7
NAME="GENERATOR"
 
8
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
9
REL="HOME"
 
10
TITLE="The PLplot Plotting Library"
 
11
HREF="index.html"><LINK
 
12
REL="UP"
 
13
TITLE=" Reference "
 
14
HREF="p3311.html"><LINK
 
15
REL="PREVIOUS"
 
16
TITLE="
 
17
      pltr2: Linear interpolation for grid to world
 
18
      mapping using doubly dimensioned coord arrays (column
 
19
      dominant, as per normal C 2d arrays)
 
20
    "
 
21
HREF="pltr2.html"><LINK
 
22
REL="NEXT"
 
23
TITLE="
 
24
      plshade: Shaded plot for Fortran 95
 
25
    "
 
26
HREF="plshadefortran95.html"><LINK
 
27
REL="STYLESHEET"
 
28
TYPE="text/css"
 
29
HREF="stylesheet.css"></HEAD
 
30
><BODY
 
31
CLASS="chapter"
 
32
BGCOLOR="#FFFFFF"
 
33
TEXT="#000000"
 
34
LINK="#0000FF"
 
35
VLINK="#840084"
 
36
ALINK="#0000FF"
 
37
><DIV
 
38
CLASS="NAVHEADER"
 
39
><TABLE
 
40
SUMMARY="Header navigation table"
 
41
WIDTH="100%"
 
42
BORDER="0"
 
43
CELLPADDING="0"
 
44
CELLSPACING="0"
 
45
><TR
 
46
><TH
 
47
COLSPAN="3"
 
48
ALIGN="center"
 
49
>The PLplot Plotting Library: Programmer's Reference Manual</TH
 
50
></TR
 
51
><TR
 
52
><TD
 
53
WIDTH="10%"
 
54
ALIGN="left"
 
55
VALIGN="bottom"
 
56
><A
 
57
HREF="pltr2.html"
 
58
ACCESSKEY="P"
 
59
>Prev</A
 
60
></TD
 
61
><TD
 
62
WIDTH="80%"
 
63
ALIGN="center"
 
64
VALIGN="bottom"
 
65
></TD
 
66
><TD
 
67
WIDTH="10%"
 
68
ALIGN="right"
 
69
VALIGN="bottom"
 
70
><A
 
71
HREF="plshadefortran95.html"
 
72
ACCESSKEY="N"
 
73
>Next</A
 
74
></TD
 
75
></TR
 
76
></TABLE
 
77
><HR
 
78
ALIGN="LEFT"
 
79
WIDTH="100%"></DIV
 
80
><DIV
 
81
CLASS="chapter"
 
82
><H1
 
83
><A
 
84
NAME="API-FORTRAN-95"
 
85
></A
 
86
>Chapter 19. The Specialized Fortran 95 API for PLplot</H1
 
87
><DIV
 
88
CLASS="TOC"
 
89
><DL
 
90
><DT
 
91
><B
 
92
>Table of Contents</B
 
93
></DT
 
94
><DT
 
95
><A
 
96
HREF="api-fortran-95.html#plcontfortran95"
 
97
><CODE
 
98
CLASS="function"
 
99
>plcont</CODE
 
100
>: Contour plot for Fortran 95</A
 
101
></DT
 
102
><DT
 
103
><A
 
104
HREF="plshadefortran95.html"
 
105
><CODE
 
106
CLASS="function"
 
107
>plshade</CODE
 
108
>: Shaded plot for Fortran 95</A
 
109
></DT
 
110
><DT
 
111
><A
 
112
HREF="plshadesfortran95.html"
 
113
><CODE
 
114
CLASS="function"
 
115
>plshades</CODE
 
116
>: Continuously shaded plot for Fortran 95</A
 
117
></DT
 
118
><DT
 
119
><A
 
120
HREF="plvectfortran95.html"
 
121
><CODE
 
122
CLASS="function"
 
123
>plvect</CODE
 
124
>: Vector plot for Fortran 95</A
 
125
></DT
 
126
><DT
 
127
><A
 
128
HREF="plmeshfortran95.html"
 
129
><CODE
 
130
CLASS="function"
 
131
>plmesh</CODE
 
132
>: Plot surface mesh for Fortran 95</A
 
133
></DT
 
134
><DT
 
135
><A
 
136
HREF="plot3dfortran95.html"
 
137
><CODE
 
138
CLASS="function"
 
139
>plot3d</CODE
 
140
>: Plot 3-d surface plot for Fortran 95</A
 
141
></DT
 
142
><DT
 
143
><A
 
144
HREF="plparseoptsfortran95.html"
 
145
><CODE
 
146
CLASS="function"
 
147
>plparseopts</CODE
 
148
>: parse arguments for Fortran 95</A
 
149
></DT
 
150
><DT
 
151
><A
 
152
HREF="plsescfortran95.html"
 
153
><CODE
 
154
CLASS="function"
 
155
>plsesc</CODE
 
156
>: Set the escape character for text strings
 
157
for Fortran 95</A
 
158
></DT
 
159
></DL
 
160
></DIV
 
161
><P
 
162
>  The purpose of this Chapter is to document the API for each Fortran 95 function
 
163
  in PLplot that differs substantially (usually in argument lists)
 
164
  from the common API that has already been
 
165
  documented in <A
 
166
HREF="api.html"
 
167
>Chapter 17</A
 
168
>.
 
169
  </P
 
170
><P
 
171
>  Normally, the common API is wrapped in such a way for Fortran 95 that there is
 
172
  and one-to-one correspondence between each Fortran 95 and C argument
 
173
  (see <A
 
174
HREF="fortran95.html"
 
175
>Chapter 8</A
 
176
>
 
177
  for discussion).  However, for certain routines documented in this
 
178
  chapter the Fortran 95 argument lists
 
179
  necessarily differ substantially from the C versions.
 
180
  </P
 
181
><P
 
182
>  This chapter is incomplete and NEEDS DOCUMENTATION.
 
183
  </P
 
184
><DIV
 
185
CLASS="sect1"
 
186
><H3
 
187
CLASS="sect1"
 
188
><A
 
189
NAME="plcontfortran95"
 
190
><CODE
 
191
CLASS="function"
 
192
>plcont</CODE
 
193
>: Contour plot for Fortran 95</A
 
194
></H3
 
195
><P
 
196
>      This is an overloaded function with a variety of argument lists
 
197
      which NEED DOCUMENTATION.
 
198
    </P
 
199
><P
 
200
>      When called from Fortran 95, this overloaded routine has the same 
 
201
      effect as when invoked from C.  See
 
202
      <TT
 
203
CLASS="filename"
 
204
>examples/f95/x??f.f90</TT
 
205
> for various ways to call
 
206
      plcont from Fortran 95.
 
207
    </P
 
208
></DIV
 
209
></DIV
 
210
><DIV
 
211
CLASS="NAVFOOTER"
 
212
><HR
 
213
ALIGN="LEFT"
 
214
WIDTH="100%"><TABLE
 
215
SUMMARY="Footer navigation table"
 
216
WIDTH="100%"
 
217
BORDER="0"
 
218
CELLPADDING="0"
 
219
CELLSPACING="0"
 
220
><TR
 
221
><TD
 
222
WIDTH="33%"
 
223
ALIGN="left"
 
224
VALIGN="top"
 
225
><A
 
226
HREF="pltr2.html"
 
227
ACCESSKEY="P"
 
228
>Prev</A
 
229
></TD
 
230
><TD
 
231
WIDTH="34%"
 
232
ALIGN="center"
 
233
VALIGN="top"
 
234
><A
 
235
HREF="index.html"
 
236
ACCESSKEY="H"
 
237
>Home</A
 
238
></TD
 
239
><TD
 
240
WIDTH="33%"
 
241
ALIGN="right"
 
242
VALIGN="top"
 
243
><A
 
244
HREF="plshadefortran95.html"
 
245
ACCESSKEY="N"
 
246
>Next</A
 
247
></TD
 
248
></TR
 
249
><TR
 
250
><TD
 
251
WIDTH="33%"
 
252
ALIGN="left"
 
253
VALIGN="top"
 
254
><CODE
 
255
CLASS="function"
 
256
>pltr2</CODE
 
257
>: Linear interpolation for grid to world
 
258
      mapping using doubly dimensioned coord arrays (column
 
259
      dominant, as per normal C 2d arrays)</TD
 
260
><TD
 
261
WIDTH="34%"
 
262
ALIGN="center"
 
263
VALIGN="top"
 
264
><A
 
265
HREF="p3311.html"
 
266
ACCESSKEY="U"
 
267
>Up</A
 
268
></TD
 
269
><TD
 
270
WIDTH="33%"
 
271
ALIGN="right"
 
272
VALIGN="top"
 
273
><CODE
 
274
CLASS="function"
 
275
>plshade</CODE
 
276
>: Shaded plot for Fortran 95</TD
 
277
></TR
 
278
></TABLE
 
279
></DIV
 
280
></BODY
 
281
></HTML
 
282
>
 
 
b'\\ No newline at end of file'