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

« back to all changes in this revision

Viewing changes to doc/docbook/src/plot3dfortran77.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
>      plot3d: Plot 3-d surface plot for Fortran 77
 
6
    </TITLE
 
7
><META
 
8
NAME="GENERATOR"
 
9
CONTENT="Modular DocBook HTML Stylesheet Version 1.79"><LINK
 
10
REL="HOME"
 
11
TITLE="The PLplot Plotting Library"
 
12
HREF="index.html"><LINK
 
13
REL="UP"
 
14
TITLE="The Specialized Fortran 77 API for PLplot"
 
15
HREF="api-fortran-77.html"><LINK
 
16
REL="PREVIOUS"
 
17
TITLE="
 
18
      plmesh: Plot surface mesh for Fortran 77
 
19
    "
 
20
HREF="plmeshfortran77.html"><LINK
 
21
REL="NEXT"
 
22
TITLE="
 
23
      plparseopts: parse arguments for Fortran 77
 
24
    "
 
25
HREF="plparseoptsfortran77.html"><LINK
 
26
REL="STYLESHEET"
 
27
TYPE="text/css"
 
28
HREF="stylesheet.css"></HEAD
 
29
><BODY
 
30
CLASS="sect1"
 
31
BGCOLOR="#FFFFFF"
 
32
TEXT="#000000"
 
33
LINK="#0000FF"
 
34
VLINK="#840084"
 
35
ALINK="#0000FF"
 
36
><DIV
 
37
CLASS="NAVHEADER"
 
38
><TABLE
 
39
SUMMARY="Header navigation table"
 
40
WIDTH="100%"
 
41
BORDER="0"
 
42
CELLPADDING="0"
 
43
CELLSPACING="0"
 
44
><TR
 
45
><TH
 
46
COLSPAN="3"
 
47
ALIGN="center"
 
48
>The PLplot Plotting Library: Programmer's Reference Manual</TH
 
49
></TR
 
50
><TR
 
51
><TD
 
52
WIDTH="10%"
 
53
ALIGN="left"
 
54
VALIGN="bottom"
 
55
><A
 
56
HREF="plmeshfortran77.html"
 
57
ACCESSKEY="P"
 
58
>Prev</A
 
59
></TD
 
60
><TD
 
61
WIDTH="80%"
 
62
ALIGN="center"
 
63
VALIGN="bottom"
 
64
>Chapter 20. The Specialized Fortran 77 API for PLplot</TD
 
65
><TD
 
66
WIDTH="10%"
 
67
ALIGN="right"
 
68
VALIGN="bottom"
 
69
><A
 
70
HREF="plparseoptsfortran77.html"
 
71
ACCESSKEY="N"
 
72
>Next</A
 
73
></TD
 
74
></TR
 
75
></TABLE
 
76
><HR
 
77
ALIGN="LEFT"
 
78
WIDTH="100%"></DIV
 
79
><DIV
 
80
CLASS="sect1"
 
81
><H3
 
82
CLASS="sect1"
 
83
><A
 
84
NAME="plot3dfortran77"
 
85
><CODE
 
86
CLASS="function"
 
87
>plot3d</CODE
 
88
>: Plot 3-d surface plot for Fortran 77</A
 
89
></H3
 
90
><P
 
91
>      <DIV
 
92
CLASS="funcsynopsis"
 
93
><P
 
94
></P
 
95
><A
 
96
NAME="AEN11579"
 
97
></A
 
98
><TABLE
 
99
CLASS="funcprototype"
 
100
><TR
 
101
><TD
 
102
><CODE
 
103
CLASS="FUNCDEF"
 
104
>         plot3d
 
105
        </CODE
 
106
>(x, y, z, nx, ny, opt, side, mx);</TD
 
107
></TR
 
108
></TABLE
 
109
><P
 
110
></P
 
111
></DIV
 
112
>
 
113
    </P
 
114
><P
 
115
>      When called from Fortran 77, this routine has the same effect as when
 
116
      invoked from C.  The interpretation of all parameters (see <A
 
117
HREF="plot3d.html"
 
118
><CODE
 
119
CLASS="function"
 
120
>plot3d</CODE
 
121
></A
 
122
>)
 
123
      is also the same except there is an additional parameter given by:
 
124
    </P
 
125
><TABLE
 
126
CLASS="variablelist"
 
127
><TR
 
128
><TD
 
129
><DL
 
130
><DT
 
131
><CODE
 
132
CLASS="parameter"
 
133
>mx</CODE
 
134
>
 
135
          (<TT
 
136
CLASS="literal"
 
137
>PLINT</TT
 
138
>, input)</DT
 
139
><DD
 
140
><P
 
141
>           Length of array in x direction, for plotting subarrays.
 
142
          </P
 
143
></DD
 
144
></DL
 
145
></TD
 
146
></TR
 
147
></TABLE
 
148
></DIV
 
149
><DIV
 
150
CLASS="NAVFOOTER"
 
151
><HR
 
152
ALIGN="LEFT"
 
153
WIDTH="100%"><TABLE
 
154
SUMMARY="Footer navigation table"
 
155
WIDTH="100%"
 
156
BORDER="0"
 
157
CELLPADDING="0"
 
158
CELLSPACING="0"
 
159
><TR
 
160
><TD
 
161
WIDTH="33%"
 
162
ALIGN="left"
 
163
VALIGN="top"
 
164
><A
 
165
HREF="plmeshfortran77.html"
 
166
ACCESSKEY="P"
 
167
>Prev</A
 
168
></TD
 
169
><TD
 
170
WIDTH="34%"
 
171
ALIGN="center"
 
172
VALIGN="top"
 
173
><A
 
174
HREF="index.html"
 
175
ACCESSKEY="H"
 
176
>Home</A
 
177
></TD
 
178
><TD
 
179
WIDTH="33%"
 
180
ALIGN="right"
 
181
VALIGN="top"
 
182
><A
 
183
HREF="plparseoptsfortran77.html"
 
184
ACCESSKEY="N"
 
185
>Next</A
 
186
></TD
 
187
></TR
 
188
><TR
 
189
><TD
 
190
WIDTH="33%"
 
191
ALIGN="left"
 
192
VALIGN="top"
 
193
><CODE
 
194
CLASS="function"
 
195
>plmesh</CODE
 
196
>: Plot surface mesh for Fortran 77</TD
 
197
><TD
 
198
WIDTH="34%"
 
199
ALIGN="center"
 
200
VALIGN="top"
 
201
><A
 
202
HREF="api-fortran-77.html"
 
203
ACCESSKEY="U"
 
204
>Up</A
 
205
></TD
 
206
><TD
 
207
WIDTH="33%"
 
208
ALIGN="right"
 
209
VALIGN="top"
 
210
><CODE
 
211
CLASS="function"
 
212
>plparseopts</CODE
 
213
>: parse arguments for Fortran 77</TD
 
214
></TR
 
215
></TABLE
 
216
></DIV
 
217
></BODY
 
218
></HTML
 
219
>
 
 
b'\\ No newline at end of file'