Skip to content

Commit

Permalink
deploy: 8b8ad76
Browse files Browse the repository at this point in the history
  • Loading branch information
gunthergl committed Jun 1, 2024
1 parent 8b88adb commit 64d1114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/nbnode.plot.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this
<span id="nbnode-plot-shifted-colormap-module"></span><h2>nbnode.plot.shifted_colormap module<a class="headerlink" href="#module-nbnode.plot.shifted_colormap" title="Permalink to this heading"></a></h2>
<dl class="py function">
<dt class="sig sig-object py" id="nbnode.plot.shifted_colormap.shifted_colormap">
<span class="sig-prename descclassname"><span class="pre">nbnode.plot.shifted_colormap.</span></span><span class="sig-name descname"><span class="pre">shifted_colormap</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cmap</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">min_val</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">max_val</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Colormap.html#matplotlib.colors.Colormap" title="(in Matplotlib v3.8.4)"><span class="pre">Colormap</span></a></span></span><a class="reference internal" href="../_modules/nbnode/plot/shifted_colormap.html#shifted_colormap"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#nbnode.plot.shifted_colormap.shifted_colormap" title="Permalink to this definition"></a></dt>
<span class="sig-prename descclassname"><span class="pre">nbnode.plot.shifted_colormap.</span></span><span class="sig-name descname"><span class="pre">shifted_colormap</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="n"><span class="pre">cmap</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">min_val</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">max_val</span></span></em>, <em class="sig-param"><span class="n"><span class="pre">name</span></span></em><span class="sig-paren">)</span> <span class="sig-return"><span class="sig-return-icon">&#x2192;</span> <span class="sig-return-typehint"><a class="reference external" href="https://matplotlib.org/stable/api/_as_gen/matplotlib.colors.Colormap.html#matplotlib.colors.Colormap" title="(in Matplotlib v3.9.0)"><span class="pre">Colormap</span></a></span></span><a class="reference internal" href="../_modules/nbnode/plot/shifted_colormap.html#shifted_colormap"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#nbnode.plot.shifted_colormap.shifted_colormap" title="Permalink to this definition"></a></dt>
<dd><p>Function to offset the “center” of a colormap.</p>
<p>Useful for data with a negative min and positive max and you want the middle of the
colormap’s dynamic range to be at zero.</p>
Expand Down

0 comments on commit 64d1114

Please sign in to comment.