Skip to content

Commit 79c4f02

Browse files
committed
merge remove_pyclaw_gallery_output branch and update community page
1 parent fd5254c commit 79c4f02

File tree

2,707 files changed

+32565
-38581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,707 files changed

+32565
-38581
lines changed

ClawPlotAxes.html

Lines changed: 22 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,20 @@
1-
21
<!DOCTYPE html>
32

4-
<html lang="en">
3+
<html lang="en" data-content_root="./">
54
<head>
65
<meta charset="utf-8" />
7-
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
87

98
<title>ClawPlotAxes &#8212; Clawpack 5.12.x documentation</title>
109
<link rel="stylesheet" href="_static/base.css" type="text/css" />
1110
<link rel="stylesheet" href="_static/layout.css" type="text/css" />
12-
<link rel="stylesheet" type="text/css" href="_static/pygments.css" />
13-
<link rel="stylesheet" type="text/css" href="_static/flasky.css" />
14-
<link rel="stylesheet" type="text/css" href="_static/graphviz.css" />
15-
<script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
16-
<script src="_static/jquery.js"></script>
17-
<script src="_static/underscore.js"></script>
18-
<script src="_static/_sphinx_javascript_frameworks_compat.js"></script>
19-
<script src="_static/doctools.js"></script>
20-
<script src="_static/sphinx_highlight.js"></script>
21-
<link rel="shortcut icon" href="_static/clawicon.ico"/>
11+
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=03e43079" />
12+
<link rel="stylesheet" type="text/css" href="_static/flasky.css?v=59fe8e2d" />
13+
<link rel="stylesheet" type="text/css" href="_static/graphviz.css?v=4ae1632d" />
14+
<script src="_static/documentation_options.js?v=0a6cd0f6"></script>
15+
<script src="_static/doctools.js?v=9bcbadda"></script>
16+
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
17+
<link rel="icon" href="_static/clawicon.ico"/>
2218
<link rel="author" title="About these documents" href="about.html" />
2319
<link rel="index" title="Index" href="genindex.html" />
2420
<link rel="search" title="Search" href="search.html" />
@@ -59,7 +55,7 @@ <h1><a href="http://clawpack.org/">Clawpack-5</a></h1>
5955
<div class="decoration"></div>
6056
</div>
6157

62-
<div class="related" role="navigation" aria-label="related navigation">
58+
<div class="related" role="navigation" aria-label="Related">
6359
<h3>Navigation</h3>
6460
<ul>
6561
<li class="right" style="margin-right: 10px">
@@ -87,7 +83,7 @@ <h3>Navigation</h3>
8783
<div class="body" role="main">
8884

8985
<section id="clawplotaxes">
90-
<span id="id1"></span><h1>ClawPlotAxes<a class="headerlink" href="#clawplotaxes" title="Permalink to this heading"></a></h1>
86+
<span id="id1"></span><h1>ClawPlotAxes<a class="headerlink" href="#clawplotaxes" title="Link to this heading"></a></h1>
9187
<p>For usage see <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>
9288
<p>Objects of this class are usually created by the new_plotaxes method of a
9389
<a class="reference internal" href="ClawPlotFigure.html#clawplotfigure"><span class="std std-ref">ClawPlotFigure</span></a> object.</p>
@@ -97,11 +93,11 @@ <h3>Navigation</h3>
9793
</div>
9894
<dl class="py class">
9995
<dt class="sig sig-object py" id="ClawPlotAxes">
100-
<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">ClawPlotAxes</span></span><a class="headerlink" href="#ClawPlotAxes" title="Permalink to this definition"></a></dt>
96+
<em class="property"><span class="k"><span class="pre">class</span></span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">ClawPlotAxes</span></span><a class="headerlink" href="#ClawPlotAxes" title="Link to this definition"></a></dt>
10197
<dd></dd></dl>
10298

10399
<section id="attributes">
104-
<h2>Attributes<a class="headerlink" href="#attributes" title="Permalink to this heading"></a></h2>
100+
<h2>Attributes<a class="headerlink" href="#attributes" title="Link to this heading"></a></h2>
105101
<blockquote>
106102
<div><p>The following attributes can be set by the user:</p>
107103
<dl class="py attribute">
@@ -335,9 +331,9 @@ <h2>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
335331
plotting module.</p>
336332
<p>The function form is better if you want to do several things, or if you
337333
need access to the data stored in <a class="reference internal" href="current_data.html#current-data"><span class="std std-ref">current_data</span></a>. For example:</p>
338-
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="k">def</span> <span class="nf">afteraxes</span><span class="p">(</span><span class="n">current_data</span><span class="p">):</span>
334+
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="k">def</span><span class="w"> </span><span class="nf">afteraxes</span><span class="p">(</span><span class="n">current_data</span><span class="p">):</span>
339335
<span class="c1"># add x- and y-axes to a 1d plot already created</span>
340-
<span class="kn">from</span> <span class="nn">pylab</span> <span class="kn">import</span> <span class="n">plot</span>
336+
<span class="kn">from</span><span class="w"> </span><span class="nn">pylab</span><span class="w"> </span><span class="kn">import</span> <span class="n">plot</span>
341337

342338
<span class="n">xlower</span> <span class="o">=</span> <span class="n">current_data</span><span class="o">.</span><span class="n">xlower</span>
343339
<span class="n">xupper</span> <span class="o">=</span> <span class="n">current_data</span><span class="o">.</span><span class="n">xupper</span>
@@ -355,7 +351,7 @@ <h2>Attributes<a class="headerlink" href="#attributes" title="Permalink to this
355351
</div></blockquote>
356352
</section>
357353
<section id="attributes-for-gauge-plots">
358-
<h2>Attributes for gauge plots<a class="headerlink" href="#attributes-for-gauge-plots" title="Permalink to this heading"></a></h2>
354+
<h2>Attributes for gauge plots<a class="headerlink" href="#attributes-for-gauge-plots" title="Link to this heading"></a></h2>
359355
<p>The following attributes are primarily useful for gauge plots, where the
360356
horizontal axis is time <cite>t</cite> rather than <cite>x</cite>, and are implemented in
361357
<cite>$CLAW/visclaw/src/python/visclaw/gaugetools.py</cite>:</p>
@@ -389,11 +385,11 @@ <h2>Attributes for gauge plots<a class="headerlink" href="#attributes-for-gauge-
389385
</div></blockquote>
390386
</section>
391387
<section id="methods">
392-
<h2>Methods<a class="headerlink" href="#methods" title="Permalink to this heading"></a></h2>
388+
<h2>Methods<a class="headerlink" href="#methods" title="Link to this heading"></a></h2>
393389
<blockquote>
394390
<div><dl class="py method">
395391
<dt class="sig sig-object py" id="new_plotitem">
396-
<span class="sig-name descname"><span class="pre">new_plotitem</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name=None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">plot_type</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#new_plotitem" title="Permalink to this definition"></a></dt>
392+
<span class="sig-name descname"><span class="pre">new_plotitem</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">name=None</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">plot_type</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#new_plotitem" title="Link to this definition"></a></dt>
397393
<dd><p>Returns an object of class <a class="reference internal" href="ClawPlotItem.html#clawplotitem"><span class="std std-ref">ClawPlotItem</span></a> associated with this axes.
398394
A single axes may have several items associated with it.</p>
399395
<p>The name specified is used as a dictionary key. If None is provided,
@@ -402,7 +398,7 @@ <h2>Methods<a class="headerlink" href="#methods" title="Permalink to this headin
402398

403399
<dl class="py method">
404400
<dt class="sig sig-object py" id="gethandle">
405-
<span class="sig-name descname"><span class="pre">gethandle</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#gethandle" title="Permalink to this definition"></a></dt>
401+
<span class="sig-name descname"><span class="pre">gethandle</span></span><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#gethandle" title="Link to this definition"></a></dt>
406402
<dd><p>Returns the handle for this axes.</p>
407403
</dd></dl>
408404

@@ -415,7 +411,7 @@ <h2>Methods<a class="headerlink" href="#methods" title="Permalink to this headin
415411
</div>
416412
</div>
417413
</div>
418-
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
414+
<div class="sphinxsidebar" role="navigation" aria-label="Main">
419415
<div class="sphinxsidebarwrapper">
420416
<p><a href="http://clawpack.org/">
421417
<img class="logo" src= "_static/clawlogo.jpg" alt="Logo"/>
@@ -469,15 +465,15 @@ <h3>This Page</h3>
469465
target="_blank">Raise an Issue</a></li>
470466
</ul>
471467
</div>
472-
<div id="searchbox" style="display: none" role="search">
468+
<search id="searchbox" style="display: none" role="search">
473469
<h3 id="searchlabel">Quick search</h3>
474470
<div class="searchformwrapper">
475471
<form class="search" action="search.html" method="get">
476472
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"/>
477473
<input type="submit" value="Go" />
478474
</form>
479475
</div>
480-
</div>
476+
</search>
481477
<script>document.getElementById('searchbox').style.display = "block"</script>
482478
<h4>Latest Version</h4>
483479
<ul>

0 commit comments

Comments
 (0)