-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathClawPlotData.html
438 lines (395 loc) · 24.2 KB
/
ClawPlotData.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
<title>ClawPlotData — Clawpack 5.11.x documentation</title>
<link rel="stylesheet" href="_static/base.css" type="text/css" />
<link rel="stylesheet" href="_static/layout.css" type="text/css" />
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
<link rel="stylesheet" type="text/css" href="_static/flasky.css" />
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
<script src="_static/jquery.js"></script>
<script src="_static/underscore.js"></script>
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
<script src="_static/doctools.js"></script>
<script src="_static/sphinx_highlight.js"></script>
<link rel="shortcut icon" href="_static/clawicon.ico"/>
<link rel="author" title="About these documents" href="about.html" />
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="ClawPlotFigure" href="ClawPlotFigure.html" />
<link rel="prev" title="Using setplot.py to specify the desired plots" href="setplot.html" />
</head><body>
<div id="main-wrapper" class="sphinx">
<div id="header-wrapper">
<section id="header">
<!-- <h1><a href="http://clawpack.org/">Clawpack</a></h1> -->
<h1><a href="http://clawpack.org/">Clawpack-5</a></h1>
<nav>
<ul>
<li>
<a href="contents.html">Docs</a>
</li>
<li>
<a href="installing.html">Install</a>
</li>
<li>
<a class="" href="http://clawpack.org/gallery/index.html">Gallery</a>
</li>
<li>
<a href="about.html">Citation</a>
</li>
<li>
<a class="active" href="http://github.com/clawpack">GitHub</a>
</li>
<li>
<a class="" href="community.html">Community</a>
</li>
<li>
<a class="" href="developers.html">Contribute</a>
</li>
</ul>
</nav>
</section>
<div class="decoration"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
<a href="genindex.html" title="General Index"
accesskey="I">index</a></li>
<li class="right" >
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="ClawPlotFigure.html" title="ClawPlotFigure"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="setplot.html" title="Using setplot.py to specify the desired plots"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="contents.html">Clawpack 5.11.x documentation</a> »</li>
<li class="nav-item nav-item-1"><a href="plotting.html" >Plotting with Visclaw</a> »</li>
<li class="nav-item nav-item-2"><a href="setplot.html" accesskey="U">Using setplot.py to specify the desired plots</a> »</li>
<li class="nav-item nav-item-this"><a href="">ClawPlotData</a></li>
</ul>
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<section id="clawplotdata">
<span id="id1"></span><h1>ClawPlotData<a class="headerlink" href="#clawplotdata" title="Permalink to this heading">¶</a></h1>
<p>For usage see <a class="reference internal" href="plotting.html#plotting"><span class="std std-ref">Plotting with Visclaw</span></a>, <a class="reference internal" href="setplot.html#setplot"><span class="std std-ref">Using setplot.py to specify the desired plots</span></a>, and <a class="reference internal" href="plotexamples.html#plotexamples"><span class="std std-ref">Plotting examples</span></a>.</p>
<dl class="py class">
<dt class="sig sig-object py" id="ClawPlotData">
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">ClawPlotData</span></span><a class="headerlink" href="#ClawPlotData" title="Permalink to this definition">¶</a></dt>
<dd></dd></dl>
<section id="attributes">
<h2>Attributes<a class="headerlink" href="#attributes" title="Permalink to this heading">¶</a></h2>
<blockquote>
<div><dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">outdir</span> <span class="pre">:</span> <span class="pre">str</span></span></dt>
<dd><p>Path to the directory where the Clawpack output is that is to be
plotted.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">plotdir</span> <span class="pre">:</span> <span class="pre">str</span></span></dt>
<dd><p>Path to the directory where hardcopy files of plots are to be put.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">overwrite</span> <span class="pre">:</span> <span class="pre">bool</span></span></dt>
<dd><p>Ok to overwrite old plotdir? Default is True</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">afterframe</span> <span class="pre">:</span> <span class="pre">str</span> <span class="pre">or</span> <span class="pre">function</span></span></dt>
<dd><p>Function or string to be executed after producing all plots for each
frame. If a string, this string is executed using <em>exec</em>. If a
function, it should be defined to have a single argument
“data”, [documentation to appear!] For example:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="k">def</span> <span class="nf">afterframe</span><span class="p">(</span><span class="n">data</span><span class="p">):</span>
<span class="n">t</span> <span class="o">=</span> <span class="n">data</span><span class="o">.</span><span class="n">t</span>
<span class="nb">print</span> <span class="s2">"Done plotting at time </span><span class="si">%s</span><span class="s2">"</span> <span class="o">%</span> <span class="n">t</span>
</pre></div>
</div>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">beforeframe</span> <span class="pre">:</span> <span class="pre">str</span> <span class="pre">or</span> <span class="pre">function</span></span></dt>
<dd><p>Function or string to be executed before starting to do plots for each
frame. If a function, it should be defined to have a single argument
“data”, [documentation to appear!]</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="k">def</span> <span class="nf">beforeframe</span><span class="p">(</span><span class="n">data</span><span class="p">):</span>
</pre></div>
</div>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">printfigs</span> <span class="pre">:</span> <span class="pre">bool</span></span></dt>
<dd><p>True if plots are to be generated and printed (e.g. to png files) before
making html or latex files.</p>
<p>False if the plots have already been generated and the existing versions
are to be used for making html or latex files.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">print_format</span> <span class="pre">:</span> <span class="pre">str</span></span></dt>
<dd><p>format for hardcopy, default is ‘png’</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">print_framenos</span> <span class="pre">:</span> <span class="pre">list</span> <span class="pre">of</span> <span class="pre">int's</span> <span class="pre">or</span> <span class="pre">'all'</span></span></dt>
<dd><p>which frames to print, default is ‘all’</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">print_fignos</span> <span class="pre">:</span> <span class="pre">list</span> <span class="pre">of</span> <span class="pre">int's</span> <span class="pre">or</span> <span class="pre">'all'</span></span></dt>
<dd><p>which figures to print for each frame, default is ‘all’</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">iplotclaw_fignos</span> <span class="pre">:</span> <span class="pre">list</span> <span class="pre">of</span> <span class="pre">int's</span> <span class="pre">or</span> <span class="pre">'all'</span></span></dt>
<dd><p>which figures to print for each frame in interactive mode, default is ‘all’</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex</span> <span class="pre">:</span> <span class="pre">bool</span></span></dt>
<dd><p>If True, create a latex file in directory plotdir that to
display all the plots.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex_fname</span> <span class="pre">:</span> <span class="pre">str</span></span></dt>
<dd><p>Name of latex file, default is ‘plots’. The file created will be e.g.
plots.tex.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex_title</span> <span class="pre">:</span> <span class="pre">str</span></span></dt>
<dd><p>The title to go at the top of the latex file, default is “Clawpack Results”</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex_framesperpage</span> <span class="pre">:</span> <span class="pre">int</span> <span class="pre">or</span> <span class="pre">'all'</span></span></dt>
<dd><p>How many frames to try to put on each page. Default is ‘all’.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex_framesperline</span> <span class="pre">:</span> <span class="pre">int</span> <span class="pre">or</span> <span class="pre">'all'</span></span></dt>
<dd><p>How many frames to try to put on each line. Default is ‘all’.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex_figsperline</span> <span class="pre">:</span> <span class="pre">int</span> <span class="pre">or</span> <span class="pre">'all'</span></span></dt>
<dd><p>How many figures to try to put on each line. Default is ‘all’.
Recall that several plots may be generated for each frame.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">latex_pdf</span> <span class="pre">:</span> <span class="pre">bool</span></span></dt>
<dd><p>If True, run pdflatex on the latex file to create e.g., plots.pdf.</p>
</dd></dl>
<dl class="py attribute">
<dt class="sig sig-object py">
<span class="sig-name descname"><span class="pre">html</span> <span class="pre">:</span> <span class="pre">bool</span></span></dt>
<dd><p>If True, create a set of html files to display the plots and an index to
these files called _PlotIndex.html. These will be in the directory
specified by the plotdir attribute.</p>
</dd></dl>
</div></blockquote>
</section>
<section id="methods">
<h2>Methods<a class="headerlink" href="#methods" title="Permalink to this heading">¶</a></h2>
<blockquote>
<div><dl class="py method">
<dt class="sig sig-object py" id="new_plotfigure">
<span class="sig-name descname"><span class="pre">new_plotfigure</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">figno</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#new_plotfigure" title="Permalink to this definition">¶</a></dt>
<dd><p>Create and return a new object of class <a class="reference internal" href="ClawPlotFigure.html#clawplotfigure"><span class="std std-ref">ClawPlotFigure</span></a> associated with this
ClawPlotData object.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="getframe">
<span class="sig-name descname"><span class="pre">getframe</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">frameno</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">outdir</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#getframe" title="Permalink to this definition">¶</a></dt>
<dd><p>Return an object of class <span class="xref std std-ref">ClawSolution</span> that contains the solution
read in from the fort.q000N file (where N is frameno).</p>
<p>If outdir==None then the outdir attribute of this ClawPlotData
object is used as the directory to find the data.</p>
<p>The data, once read in, is stored in a dictionary (the attribute
framesoln_dict of this ClawPlotData object). It is read from the fort.q
file only if it is not already in the dictionary.</p>
<p>Note that frames read from different outdir’s are stored separately (with
dictionary key (frameno, outdir) if outdir != None).</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="clearframes">
<span class="sig-name descname"><span class="pre">clearframes</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">framenos</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#clearframes" title="Permalink to this definition">¶</a></dt>
<dd><p>Remove one or more frames from the dictionary framesoln_dict.
(Different outdir’s not yet implemented.)</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="clearfigures">
<span class="sig-name descname"><span class="pre">clearfigures</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#clearfigures" title="Permalink to this definition">¶</a></dt>
<dd><p>Clear all plot parameters. Useful as the first command in a <cite>setplot</cite>
function to make sure previous parameters are cleared if the file is
changed and the function is re-executed in an interactive session.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="iplotclaw">
<span class="sig-name descname"><span class="pre">iplotclaw</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#iplotclaw" title="Permalink to this definition">¶</a></dt>
<dd><p>Return True if interactive plotting with iplotclaw is being done.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="getfigure">
<span class="sig-name descname"><span class="pre">getfigure</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">figname</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#getfigure" title="Permalink to this definition">¶</a></dt>
<dd><p>Return <a class="reference internal" href="ClawPlotFigure.html#clawplotfigure"><span class="std std-ref">ClawPlotFigure</span></a> object with the specified name.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="getaxes">
<span class="sig-name descname"><span class="pre">getaxes</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">axesname</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">figname</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#getaxes" title="Permalink to this definition">¶</a></dt>
<dd><p>Return <a class="reference internal" href="ClawPlotAxes.html#clawplotaxes"><span class="std std-ref">ClawPlotAxes</span></a> object with the specified name.
If figname==None then search over all figures and return None if
it is not found or the name is not unique.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="getitem">
<span class="sig-name descname"><span class="pre">getitem</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">itemname</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">axesname</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">figname</span></span><span class="o"><span class="pre">=</span></span><span class="default_value"><span class="pre">None</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#getitem" title="Permalink to this definition">¶</a></dt>
<dd><p>Return <a class="reference internal" href="ClawPlotItem.html#clawplotitem"><span class="std std-ref">ClawPlotItem</span></a> object with the specified name.
If axesname==None and/or figname==None
then search over all figures and/or axes and return None if
it is not found or the name is not unique.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="showitems">
<span class="sig-name descname"><span class="pre">showitems</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#showitems" title="Permalink to this definition">¶</a></dt>
<dd><p>Print a list of all the figures, axes, and items defined.</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="plotframe">
<span class="sig-name descname"><span class="pre">plotframe</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">frameno</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#plotframe" title="Permalink to this definition">¶</a></dt>
<dd><p>Plot all figures for frame number frameno. Convenience method that
calls pyclaw.plotters.frametools.plotframe().</p>
</dd></dl>
<dl class="py method">
<dt class="sig sig-object py" id="printframes">
<span class="sig-name descname"><span class="pre">printframes</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#printframes" title="Permalink to this definition">¶</a></dt>
<dd><p>Plot and print hardcopy for all frames. Convenience method that
calls pyclaw.plotters.frametools.printframes().</p>
</dd></dl>
</div></blockquote>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>More methods still to be documented.</p>
</div>
</section>
</section>
<div class="clearer"></div>
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<p><a href="http://clawpack.org/">
<img class="logo" src= "_static/clawlogo.jpg" alt="Logo"/>
</a>
<h2>Version 5.11.x</h2>
</p>
<div>
<h3><a href="contents.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">ClawPlotData</a><ul>
<li><a class="reference internal" href="#ClawPlotData"><code class="docutils literal notranslate"><span class="pre">ClawPlotData</span></code></a></li>
<li><a class="reference internal" href="#attributes">Attributes</a></li>
<li><a class="reference internal" href="#methods">Methods</a><ul>
<li><a class="reference internal" href="#new_plotfigure"><code class="docutils literal notranslate"><span class="pre">new_plotfigure()</span></code></a></li>
<li><a class="reference internal" href="#getframe"><code class="docutils literal notranslate"><span class="pre">getframe()</span></code></a></li>
<li><a class="reference internal" href="#clearframes"><code class="docutils literal notranslate"><span class="pre">clearframes()</span></code></a></li>
<li><a class="reference internal" href="#clearfigures"><code class="docutils literal notranslate"><span class="pre">clearfigures()</span></code></a></li>
<li><a class="reference internal" href="#iplotclaw"><code class="docutils literal notranslate"><span class="pre">iplotclaw()</span></code></a></li>
<li><a class="reference internal" href="#getfigure"><code class="docutils literal notranslate"><span class="pre">getfigure()</span></code></a></li>
<li><a class="reference internal" href="#getaxes"><code class="docutils literal notranslate"><span class="pre">getaxes()</span></code></a></li>
<li><a class="reference internal" href="#getitem"><code class="docutils literal notranslate"><span class="pre">getitem()</span></code></a></li>
<li><a class="reference internal" href="#showitems"><code class="docutils literal notranslate"><span class="pre">showitems()</span></code></a></li>
<li><a class="reference internal" href="#plotframe"><code class="docutils literal notranslate"><span class="pre">plotframe()</span></code></a></li>
<li><a class="reference internal" href="#printframes"><code class="docutils literal notranslate"><span class="pre">printframes()</span></code></a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div><h3>Related Topics</h3>
<ul>
<li><a href="contents.html">Documentation overview</a><ul>
<li><a href="plotting.html">Plotting with Visclaw</a><ul>
<li><a href="setplot.html">Using setplot.py to specify the desired plots</a><ul>
<li>Previous: <a href="setplot.html" title="previous chapter">Using setplot.py to specify the desired plots</a></li>
<li>Next: <a href="ClawPlotFigure.html" title="next chapter">ClawPlotFigure</a></li>
</ul></li>
</ul></li>
</ul></li>
</ul>
<div class="widget navlinks">
<h3>This Page</h3>
<ul class="this-page-menu">
<li><a href="_sources/ClawPlotData.rst.txt"
rel="nofollow"
target="_blank">Source .rst</a></li>
<li><a href="https://github.com/clawpack/doc/blob/dev/doc/ClawPlotData.rst"
rel="nofollow"
target="_blank">Source on GitHub</a></li>
<li><a href="https://github.com/clawpack/doc/commits/dev/doc/ClawPlotData.rst"
rel="nofollow"
target="_blank">History</a></li>
<li><a href="https://github.com/clawpack/doc/edit/dev/doc/ClawPlotData.rst"
rel="nofollow"
target="_blank">Suggest Edits</a></li>
<li><a href="https://github.com/clawpack/doc/issues/new/choose"
rel="nofollow"
target="_blank">Raise an Issue</a></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>document.getElementById('searchbox').style.display = "block"</script>
<h4>Latest Version</h4>
<ul>
<li><a href="./dev/ClawPlotData.html">dev</a></li>
<li><a href="ClawPlotData.html">v5.11.x</a></li>
</ul>
<h4>Older Versions</h4>
<ul>
<li><a href="./v5.10.x/ClawPlotData.html">v5.10.x</a></li>
<li><a href="./v5.7.x/ClawPlotData.html">v5.7.x</a></li>
<li><a href="./v5.8.x/ClawPlotData.html">v5.8.x</a></li>
<li><a href="./v5.9.x/ClawPlotData.html">v5.9.x</a></li>
</ul>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
© Copyright CC-BY 2024, The Clawpack Development Team.
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a>.
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44811544-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>