Skip to content

Commit

Permalink
update ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
DingWB committed Feb 27, 2023
1 parent 734b1e9 commit 07a997d
Show file tree
Hide file tree
Showing 16 changed files with 207 additions and 152 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
21 changes: 18 additions & 3 deletions docs/build/doctrees/nbsphinx/notebooks/clustermap.ipynb

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/build/doctrees/nbsphinx/notebooks/dotHeatmap.ipynb

Large diffs are not rendered by default.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/doctrees/nbsphinx/notebooks_dotHeatmap_21_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/doctrees/notebooks/clustermap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/notebooks/dotHeatmap.doctree
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/build/html/_images/notebooks_dotHeatmap_21_0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 18 additions & 3 deletions docs/build/html/_sources/notebooks/clustermap.ipynb.txt

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/build/html/_sources/notebooks/dotHeatmap.ipynb.txt

Large diffs are not rendered by default.

16 changes: 13 additions & 3 deletions docs/build/html/notebooks/clustermap.html
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ <h1>1. Import packages<a class="headerlink" href="#1.-Import-packages" title="Pe
<span class="kn">import</span> <span class="nn">pickle</span>
<span class="n">plt</span><span class="o">.</span><span class="n">rcParams</span><span class="p">[</span><span class="s1">&#39;figure.dpi&#39;</span><span class="p">]</span> <span class="o">=</span> <span class="mi">100</span>
<span class="n">plt</span><span class="o">.</span><span class="n">rcParams</span><span class="p">[</span><span class="s1">&#39;savefig.dpi&#39;</span><span class="p">]</span><span class="o">=</span><span class="mi">300</span>
<span class="n">sys</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">append</span><span class="p">(</span><span class="n">os</span><span class="o">.</span><span class="n">path</span><span class="o">.</span><span class="n">expanduser</span><span class="p">(</span><span class="s2">&quot;~/Projects/Github/PyComplexHeatmap/&quot;</span><span class="p">))</span>
<span class="c1"># sys.path.append(os.path.expanduser(&quot;~/Projects/Github/PyComplexHeatmap/&quot;))</span>
<span class="kn">import</span> <span class="nn">PyComplexHeatmap</span>
<span class="kn">from</span> <span class="nn">PyComplexHeatmap</span> <span class="kn">import</span> <span class="o">*</span>
</pre></div>
Expand Down Expand Up @@ -1552,7 +1552,7 @@ <h2>Key features:<a class="headerlink" href="#Key-features:" title="Permalink to
<section id="5.-Composite-multiple-heatmap-horizontally-or-vertically">
<h1>5. Composite multiple heatmap horizontally or vertically<a class="headerlink" href="#5.-Composite-multiple-heatmap-horizontally-or-vertically" title="Permalink to this heading"></a></h1>
<div class="nbinput docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[41]:
</pre></div>
</div>
<div class="input_area highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="n">row_ha</span> <span class="o">=</span> <span class="n">HeatmapAnnotation</span><span class="p">(</span><span class="n">Target</span><span class="o">=</span><span class="n">anno_simple</span><span class="p">(</span><span class="n">df_row</span><span class="o">.</span><span class="n">Target</span><span class="p">,</span> <span class="n">colors</span><span class="o">=</span><span class="n">row_colors_dict</span><span class="p">[</span><span class="s1">&#39;Target&#39;</span><span class="p">],</span> <span class="n">rasterized</span><span class="o">=</span><span class="kc">True</span><span class="p">),</span>
Expand Down Expand Up @@ -1590,7 +1590,7 @@ <h1>5. Composite multiple heatmap horizontally or vertically<a class="headerlink
</pre></div>
</div>
</div>
<div class="nboutput nblast docutils container">
<div class="nboutput docutils container">
<div class="prompt empty docutils container">
</div>
<div class="output_area docutils container">
Expand All @@ -1606,8 +1606,18 @@ <h1>5. Composite multiple heatmap horizontally or vertically<a class="headerlink
Collecting annotation legends..
Starting plotting..
Plotting matrix..
Starting plotting HeatmapAnnotations
Collecting legends..
Collecting annotation legends..
</pre></div></div>
</div>
<div class="nboutput nblast docutils container">
<div class="prompt empty docutils container">
</div>
<div class="output_area docutils container">
<img alt="../_images/notebooks_clustermap_34_1.png" src="../_images/notebooks_clustermap_34_1.png" />
</div>
</div>
<div class="nbinput nblast docutils container">
<div class="prompt highlight-none notranslate"><div class="highlight"><pre><span></span>[ ]:
</pre></div>
Expand Down
21 changes: 18 additions & 3 deletions docs/build/html/notebooks/clustermap.ipynb

Large diffs are not rendered by default.

68 changes: 34 additions & 34 deletions docs/build/html/notebooks/dotHeatmap.html

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions docs/build/html/notebooks/dotHeatmap.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 07a997d

Please sign in to comment.