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

« back to all changes in this revision

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